Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
flask==2.0.1
|
2 |
-
Werkzeug==2.0.1
|
3 |
-
google-generativeai==0.3.2
|
4 |
-
python-dotenv==0.19.1
|
5 |
-
gunicorn==20.1.0
|
|
|
|
1 |
+
flask==2.0.1
|
2 |
+
Werkzeug==2.0.1
|
3 |
+
google-generativeai==0.3.2
|
4 |
+
python-dotenv==0.19.1
|
5 |
+
gunicorn==20.1.0
|
6 |
+
gtts
|