Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -2,7 +2,8 @@ Flask==2.0.1
|
|
2 |
Werkzeug==2.0.1
|
3 |
python-dotenv==0.19.0
|
4 |
groq
|
5 |
-
gtts
|
|
|
6 |
SpeechRecognition==3.8.1
|
7 |
gunicorn==20.1.0
|
8 |
beautifulsoup4==4.9.3
|
@@ -13,6 +14,5 @@ pyjsparser==2.7.1
|
|
13 |
PyPrind==2.11.3
|
14 |
pySmartDL==1.3.4
|
15 |
pyttsx3==2.90
|
16 |
-
|
17 |
-
urllib3==1.26.6
|
18 |
wikipedia==1.4.0
|
|
|
2 |
Werkzeug==2.0.1
|
3 |
python-dotenv==0.19.0
|
4 |
groq
|
5 |
+
gtts>=2.3.1
|
6 |
+
requests>=2.27.0
|
7 |
SpeechRecognition==3.8.1
|
8 |
gunicorn==20.1.0
|
9 |
beautifulsoup4==4.9.3
|
|
|
14 |
PyPrind==2.11.3
|
15 |
pySmartDL==1.3.4
|
16 |
pyttsx3==2.90
|
17 |
+
urllib3>=1.26.6
|
|
|
18 |
wikipedia==1.4.0
|