Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,10 @@ fastapi>=0.95.0
|
|
| 2 |
uvicorn>=0.22.0
|
| 3 |
pydantic>=2.0.0
|
| 4 |
duckai
|
| 5 |
-
python-multipart
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
uvicorn>=0.22.0
|
| 3 |
pydantic>=2.0.0
|
| 4 |
duckai
|
| 5 |
+
python-multipart
|
| 6 |
+
fastapi==0.104.1
|
| 7 |
+
uvicorn==0.24.0
|
| 8 |
+
pydantic>=2.0.0
|
| 9 |
+
requests>=2.31.0
|
| 10 |
+
python-dotenv>=1.0.0
|
| 11 |
+
sse-starlette>=1.6.5
|