Upload 2 files
Browse files- requirements.txt +26 -0
- result/.gitkeep.txt +0 -0
requirements.txt
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
blinker==1.8.2
|
2 |
+
click==8.1.7
|
3 |
+
contourpy==1.3.0
|
4 |
+
cycler==0.12.1
|
5 |
+
Flask==3.0.3
|
6 |
+
Flask-Cors==5.0.0
|
7 |
+
fonttools==4.54.1
|
8 |
+
importlib_metadata==8.5.0
|
9 |
+
importlib_resources==6.4.5
|
10 |
+
itsdangerous==2.2.0
|
11 |
+
Jinja2==3.1.4
|
12 |
+
kiwisolver==1.4.7
|
13 |
+
MarkupSafe==3.0.2
|
14 |
+
matplotlib==3.9.2
|
15 |
+
numpy==2.1.2
|
16 |
+
packaging==24.1
|
17 |
+
pandas==2.2.3
|
18 |
+
pillow==11.0.0
|
19 |
+
pyparsing==3.2.0
|
20 |
+
python-dateutil==2.9.0.post0
|
21 |
+
pytz==2024.2
|
22 |
+
seaborn==0.13.2
|
23 |
+
six==1.16.0
|
24 |
+
tzdata==2024.2
|
25 |
+
Werkzeug==3.0.5
|
26 |
+
zipp==3.20.2
|
result/.gitkeep.txt
ADDED
File without changes
|