Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ fastapi==0.115.0
|
|
2 |
uvicorn==0.30.6
|
3 |
openai
|
4 |
pydantic==2.9.2
|
5 |
-
httpx==0.27.2
|
|
|
|
2 |
uvicorn==0.30.6
|
3 |
openai
|
4 |
pydantic==2.9.2
|
5 |
+
httpx==0.27.2
|
6 |
+
python-multipart
|