Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
-
uvicorn==0.24.0
|
| 3 |
pydantic==2.5.0
|
| 4 |
-
|
| 5 |
-
|
|
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
+
uvicorn[standard]==0.24.0
|
| 3 |
pydantic==2.5.0
|
| 4 |
+
websockets==12.0
|
| 5 |
+
python-multipart==0.0.6
|