Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
numpy>=1.24.0
|
| 3 |
-
requests>=2.31.0
|
| 4 |
fastapi>=0.104.0
|
| 5 |
uvicorn>=0.24.0
|
| 6 |
pydantic>=2.5.0
|
| 7 |
-
python-multipart>=0.0.6
|
|
|
|
| 1 |
+
# requirements.txt
|
|
|
|
|
|
|
| 2 |
fastapi>=0.104.0
|
| 3 |
uvicorn>=0.24.0
|
| 4 |
pydantic>=2.5.0
|
| 5 |
+
python-multipart>=0.0.6
|