Update requirements.txt
Browse files- requirements.txt +9 -11
requirements.txt
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
-
pillow
|
2 |
-
gradio
|
3 |
-
fastapi
|
4 |
-
uvicorn
|
5 |
-
pipecat-ai==0.0.66
|
6 |
-
deepgram-sdk
|
7 |
-
elevenlabs
|
8 |
-
httpx
|
9 |
pydantic==2.10.6
|
10 |
-
pipecat-ai
|
11 |
-
|
12 |
-
|
|
|
|
|
|
1 |
+
pillow==10.4.0
|
2 |
+
gradio==4.44.0
|
3 |
+
fastapi==0.115.0
|
4 |
+
uvicorn==0.30.6
|
|
|
|
|
|
|
|
|
5 |
pydantic==2.10.6
|
6 |
+
pipecat-ai==0.0.80
|
7 |
+
deepgram-sdk==3.5.0
|
8 |
+
elevenlabs==1.58.1
|
9 |
+
httpx==0.27.2
|
10 |
+
onnxruntime==1.19.2
|