salomonsky commited on
Commit
2ccb9da
·
verified ·
1 Parent(s): 0dc794a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -21
requirements.txt CHANGED
@@ -1,21 +1,20 @@
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
 
1
+ flask
2
+ edge-tts
3
+ gTTS
4
+ pyttsx3
5
+ pynput
6
+ colorama
7
+ python-dotenv
8
+ PyYAML
9
+ requests
10
+ websockets
11
+ psutil
12
+ ffmpeg-python
13
+ numpy
14
+ pydub
15
+ google-cloud-texttospeech
16
+ google-cloud-speech
17
+ huggingface-hub
18
+ python-ngrok
19
+ flask-session
20
+ werkzeug