SalexAI commited on
Commit
c66f9df
·
verified ·
1 Parent(s): 479150c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -3
requirements.txt CHANGED
@@ -1,10 +1,14 @@
 
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
 
1
+ # Core server
2
  fastapi==0.115.6
3
  uvicorn==0.30.6
4
  python-dotenv==1.0.1
5
 
6
+ # FastRTC + deps
 
 
7
  fastrtc[vad,tts]==0.0.22
8
+ gradio==5.49.1
9
+
10
+ # Audio utils
11
+ numpy==2.1.3
12
 
13
+ # Gemini
14
  google-genai==0.7.0