Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Flask==2.0.1
|
2 |
-
bs4
|
3 |
-
google-genai
|
4 |
-
google-generativeai==0.3.1
|
5 |
python-dotenv==0.19.0
|
6 |
cachelib==0.1.1
|
7 |
gunicorn==20.1.0
|
|
|
1 |
+
Flask
|
2 |
+
requests
|
3 |
+
beautifulsoup4
|
4 |
+
|
5 |
+
|
6 |
Flask==2.0.1
|
|
|
|
|
|
|
7 |
python-dotenv==0.19.0
|
8 |
cachelib==0.1.1
|
9 |
gunicorn==20.1.0
|