Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +17 -17
requirements.txt
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
-
Flask==2.1
|
2 |
-
|
|
|
3 |
groq
|
4 |
-
gtts
|
5 |
-
SpeechRecognition
|
6 |
-
gunicorn
|
7 |
-
beautifulsoup4
|
8 |
-
idna
|
9 |
-
packaging
|
10 |
-
pipwin
|
11 |
-
pyjsparser
|
12 |
-
PyPrind
|
13 |
-
pySmartDL
|
14 |
-
pyttsx3
|
15 |
-
requests
|
16 |
-
urllib3
|
17 |
-
wikipedia
|
18 |
-
datetime
|
|
|
1 |
+
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
|
9 |
+
idna==3.2
|
10 |
+
packaging==21.0
|
11 |
+
pipwin==0.5.1
|
12 |
+
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
|
|