Update requirements.txt
Browse files- requirements.txt +8 -11
requirements.txt
CHANGED
|
@@ -1,12 +1,9 @@
|
|
| 1 |
-
fastapi==0.
|
| 2 |
-
uvicorn==0.
|
| 3 |
-
|
|
|
|
| 4 |
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
gradio==5.50.0
|
| 10 |
-
fastrtc[vad,tts]==0.0.22
|
| 11 |
-
|
| 12 |
-
google-genai==0.7.0
|
|
|
|
| 1 |
+
fastapi==0.110.0
|
| 2 |
+
uvicorn[standard]==0.27.1
|
| 3 |
+
fastrtc==0.0.34
|
| 4 |
+
gradio==6.5.1
|
| 5 |
|
| 6 |
+
# useful utilities; keep these pinned to avoid surprise breakage
|
| 7 |
+
numpy==1.26.4
|
| 8 |
+
pydub==0.25.1
|
| 9 |
+
python-multipart==0.0.9
|
|
|
|
|
|
|
|
|
|
|
|