Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
pip==22.2.2
|
2 |
httpx==0.13.3
|
|
|
|
|
|
|
3 |
googletrans==4.0.0rc1
|
4 |
gTTS==2.2.1
|
5 |
SpeechRecognition==3.8.1
|
|
|
1 |
pip==22.2.2
|
2 |
httpx==0.13.3
|
3 |
+
chardet==3.0.4
|
4 |
+
httpcore==0.9.1
|
5 |
+
h2==3.2.0
|
6 |
googletrans==4.0.0rc1
|
7 |
gTTS==2.2.1
|
8 |
SpeechRecognition==3.8.1
|