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