Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +15 -14
requirements.txt
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
-
flask==3.0.2
|
2 |
-
flask-cors==4.0.0
|
3 |
-
python-dotenv==1.0.1
|
4 |
-
groq==0.3.4
|
5 |
-
google-generativeai==0.3.2
|
6 |
-
pandas==2.2.1
|
7 |
-
opencv-python==4.9.0.80
|
8 |
-
numpy==1.26.4
|
9 |
-
matplotlib==3.8.3
|
10 |
-
tensorflow==2.15.0
|
11 |
-
moviepy==1.0.3
|
12 |
-
Werkzeug==3.0.1
|
13 |
-
openpyxl==3.1.2
|
14 |
-
xlsxwriter==3.1.9
|
|
|
|
1 |
+
flask==3.0.2
|
2 |
+
flask-cors==4.0.0
|
3 |
+
python-dotenv==1.0.1
|
4 |
+
groq==0.3.4
|
5 |
+
google-generativeai==0.3.2
|
6 |
+
pandas==2.2.1
|
7 |
+
opencv-python==4.9.0.80
|
8 |
+
numpy==1.26.4
|
9 |
+
matplotlib==3.8.3
|
10 |
+
tensorflow==2.15.0
|
11 |
+
moviepy==1.0.3
|
12 |
+
Werkzeug==3.0.1
|
13 |
+
openpyxl==3.1.2
|
14 |
+
xlsxwriter==3.1.9
|
15 |
+
gunicorn
|