Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Flask==2.2.5
|
2 |
+
google-genai
|
3 |
+
Pillow==9.5.0
|
4 |
+
PyMuPDF==1.22.5
|
5 |
+
markdown2==2.4.8
|
6 |
+
matplotlib==3.7.1
|
7 |
+
gunicorn==20.1.0
|
8 |
+
numpy<2
|
9 |
+
python-dotenv
|
10 |
+
setuptools>=58.0.0
|
11 |
+
google.generativeai
|