Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +17 -17
requirements.txt
CHANGED
|
@@ -1,17 +1,17 @@
|
|
| 1 |
-
flask
|
| 2 |
-
flask-session
|
| 3 |
-
gtts
|
| 4 |
-
google-generativeai
|
| 5 |
-
groq
|
| 6 |
-
requests
|
| 7 |
-
Pillow
|
| 8 |
-
werkzeug
|
| 9 |
-
email-validator
|
| 10 |
-
beautifulsoup4
|
| 11 |
-
feedparser
|
| 12 |
-
matplotlib
|
| 13 |
-
plotly
|
| 14 |
-
pandas
|
| 15 |
-
numpy
|
| 16 |
-
psutil
|
| 17 |
-
gradio
|
|
|
|
| 1 |
+
flask>=2.3.0
|
| 2 |
+
flask-session>=0.5.0
|
| 3 |
+
gtts>=2.3.0
|
| 4 |
+
google-generativeai>=0.3.0
|
| 5 |
+
groq>=0.4.0
|
| 6 |
+
requests>=2.31.0
|
| 7 |
+
Pillow>=9.5.0
|
| 8 |
+
werkzeug>=2.3.0
|
| 9 |
+
email-validator>=2.0.0
|
| 10 |
+
beautifulsoup4>=4.12.0
|
| 11 |
+
feedparser>=6.0.0
|
| 12 |
+
matplotlib>=3.7.0
|
| 13 |
+
plotly>=5.15.0
|
| 14 |
+
pandas>=2.0.0
|
| 15 |
+
numpy>=1.24.0
|
| 16 |
+
psutil>=5.9.0
|
| 17 |
+
gradio>=4.0.0
|