Update requirements.txt
Browse files- requirements.txt +8 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,10 @@
|
|
| 1 |
fastapi==0.115.6
|
| 2 |
-
uvicorn
|
| 3 |
-
websockets==13.1
|
| 4 |
python-dotenv==1.0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
fastapi==0.115.6
|
| 2 |
+
uvicorn==0.30.6
|
|
|
|
| 3 |
python-dotenv==1.0.1
|
| 4 |
+
|
| 5 |
+
numpy==2.1.3
|
| 6 |
+
pydantic==2.9.2
|
| 7 |
+
|
| 8 |
+
fastrtc[vad,tts]==0.0.22
|
| 9 |
+
|
| 10 |
+
google-genai==0.7.0
|