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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -22
requirements.txt CHANGED
@@ -1,24 +1,21 @@
1
- flask==2.3.3
2
- flask-socketio==5.3.6
3
- google-generativeai==0.3.1
4
- anthropic==0.7.7
5
- huggingface-hub==0.19.4
 
 
6
  python-dotenv==1.0.0
 
7
  requests==2.31.0
8
- pyyaml==6.0.1
9
- numpy==1.24.3
10
- pandas==2.0.3
11
- python-engineio==4.8.0
12
- python-socketio==5.10.0
13
- websockets==11.0.3
14
- sounddevice==0.4.6
15
- soundfile==0.12.1
16
- scipy==1.10.1
17
- librosa==0.10.1
18
- pynput==1.7.6
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