Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
7 |
elevenlabs==1.58.1
|
8 |
httpx==0.27.2
|
|
|
1 |
+
pillow==10.4.0
|
2 |
+
gradio==4.44.0
|
3 |
+
fastapi==0.115.0
|
4 |
+
uvicorn==0.30.6
|
5 |
+
python-dotenv==1.0.1
|
6 |
+
pipecat-ai==0.0.66
|
7 |
+
deepgram-sdk==3.5.0
|
8 |
elevenlabs==1.58.1
|
9 |
httpx==0.27.2
|