anshharora commited on
Commit
1aefd52
·
verified ·
1 Parent(s): 4fac9ab

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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==2.3.1
 
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
- requests==2.26.0
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