Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +19 -22
requirements.txt
CHANGED
@@ -1,24 +1,21 @@
|
|
1 |
-
flask==
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
6 |
python-dotenv==1.0.0
|
|
|
7 |
requests==2.31.0
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
webrtcvad==2.0.10
|
20 |
-
edge-tts==6.1.9
|
21 |
-
voicerss-tts==1.0.6
|
22 |
-
ngrok==0.12.1
|
23 |
-
pygame==2.5.2
|
24 |
-
tts
|
|
|
1 |
+
flask==3.0.0
|
2 |
+
pygame==2.5.2
|
3 |
+
edge-tts==6.1.9
|
4 |
+
gTTS==2.4.0
|
5 |
+
pyttsx3==2.90
|
6 |
+
pynput==1.7.6
|
7 |
+
colorama==0.4.6
|
8 |
python-dotenv==1.0.0
|
9 |
+
PyYAML==6.0.1
|
10 |
requests==2.31.0
|
11 |
+
websockets==12.0
|
12 |
+
psutil==5.9.6
|
13 |
+
ffmpeg-python==0.2.0
|
14 |
+
numpy==1.26.2
|
15 |
+
pydub==0.25.1
|
16 |
+
google-cloud-texttospeech==2.14.1
|
17 |
+
google-cloud-speech==2.21.0
|
18 |
+
huggingface-hub==0.19.4
|
19 |
+
python-ngrok==0.1.2
|
20 |
+
flask-session==0.5.0
|
21 |
+
werkzeug==3.0.1
|
|
|
|
|
|
|
|
|
|
|
|