Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -3
requirements.txt
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
pandas
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Flask
|
2 |
+
Flask-CORS
|
3 |
pandas
|
4 |
+
numpy
|
5 |
+
scipy
|
6 |
+
matplotlib
|
7 |
+
seaborn
|
8 |
+
openpyxl
|
9 |
+
xlrd
|
10 |
+
pyarrow
|
11 |
+
APScheduler
|
12 |
+
Werkzeug
|
13 |
+
gunicorn
|