Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
fastapi==0.104.1
|
2 |
-
uvicorn[standard]==0.
|
3 |
pydantic==2.5.0
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
1 |
fastapi==0.104.1
|
2 |
+
uvicorn[standard]==0.24.0
|
3 |
pydantic==2.5.0
|
4 |
+
httpx==0.25.2
|
5 |
+
python-multipart==0.0.6
|
6 |
+
aiofiles==23.2.1
|
7 |
+
python-json-logger==2.0.7
|