Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.44.0
|
2 |
+
fastapi==0.115.0
|
3 |
+
uvicorn==0.30.6
|
4 |
+
python-dotenv==1.0.1
|
5 |
+
pipecat-ai==0.2.8
|
6 |
+
deepgram-sdk==3.5.0
|
7 |
+
elevenlabs==0.3.2
|
8 |
+
httpx==0.27.2
|