Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
requests
|
|
|
|
| 4 |
pydantic
|
| 5 |
-
python-
|
|
|
|
| 1 |
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
requests
|
| 4 |
+
redis>=4.5.0
|
| 5 |
pydantic
|
| 6 |
+
python-dotenv
|