Spaces:
Sleeping
Sleeping
Update requirement.txt
Browse files- requirement.txt +7 -0
requirement.txt
CHANGED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Flask==2.0.1
|
2 |
+
google-genai
|
3 |
+
google-generativeai==0.3.1
|
4 |
+
python-dotenv==0.19.0
|
5 |
+
cachelib==0.1.1
|
6 |
+
gunicorn==20.1.0
|
7 |
+
werkzeug==2.0.3
|