Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.109.2
|
| 2 |
+
uvicorn==0.27.1
|
| 3 |
+
python-multipart==0.0.9
|
| 4 |
+
python-dotenv==1.0.1
|
| 5 |
+
python-dateutil==2.9.0.post0
|
| 6 |
+
pydantic==2.6.4
|