Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
-
|
| 2 |
-
fastapi==0.115.6
|
| 3 |
uvicorn[standard]==0.30.6
|
| 4 |
|
| 5 |
-
#
|
| 6 |
-
fastrtc[vad]==0.0.34
|
| 7 |
gradio==5.49.0
|
| 8 |
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
python-dotenv==1.0.1
|
| 11 |
-
python-multipart==0.0.18
|
| 12 |
-
pydub==0.25.1
|
|
|
|
| 1 |
+
fastapi==0.115.2
|
|
|
|
| 2 |
uvicorn[standard]==0.30.6
|
| 3 |
|
| 4 |
+
# FastRTC + compatible Gradio (FastRTC 0.0.34 wants gradio<6)
|
| 5 |
+
fastrtc[vad,stt,tts]==0.0.34
|
| 6 |
gradio==5.49.0
|
| 7 |
|
| 8 |
+
# Gemini (server-side only; no key in client)
|
| 9 |
+
google-genai==0.7.0
|
| 10 |
+
|
| 11 |
+
numpy==2.0.2
|
| 12 |
+
pydantic==2.8.2
|
| 13 |
python-dotenv==1.0.1
|
|
|
|
|
|