Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,10 @@ uvicorn[standard]==0.32.0 # needed to run the server
|
|
| 3 |
google-generativeai==0.8.3 # for Gemini SDK (check pip show google-generativeai for latest, but ~0.8.x supports gemini-3-flash-preview)
|
| 4 |
gtts==2.5.3 # for text-to-speech
|
| 5 |
pydantic==2.9.2 # usually comes with FastAPI, but safe to include
|
| 6 |
-
python-multipart
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
google-generativeai==0.8.3 # for Gemini SDK (check pip show google-generativeai for latest, but ~0.8.x supports gemini-3-flash-preview)
|
| 4 |
gtts==2.5.3 # for text-to-speech
|
| 5 |
pydantic==2.9.2 # usually comes with FastAPI, but safe to include
|
| 6 |
+
python-multipart
|
| 7 |
+
fastapi
|
| 8 |
+
uvicorn
|
| 9 |
+
python-multipart
|
| 10 |
+
google-generativeai
|
| 11 |
+
gtts
|
| 12 |
+
pydantic-settings
|