Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -13
requirements.txt
CHANGED
|
@@ -1,14 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
pandas>=2.2.0
|
| 11 |
-
fastapi>=0.104.0
|
| 12 |
-
uvicorn>=0.24.0
|
| 13 |
-
python-multipart>=0.0.6
|
| 14 |
pydantic>=2.4.0
|
|
|
|
| 1 |
+
fastapi==0.104.1
|
| 2 |
+
uvicorn[standard]==0.24.0
|
| 3 |
+
pydantic==2.5.0
|
| 4 |
+
python-multipart==0.0.6
|
| 5 |
+
requests==2.31.0
|
| 6 |
+
python-dotenv==1.0.0
|
| 7 |
+
fastapi>=0.104.0
|
| 8 |
+
uvicorn>=0.24.0
|
| 9 |
+
python-multipart>=0.0.6
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
pydantic>=2.4.0
|