Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
Flask==2.3.2
|
2 |
-
pandas==2.0.3
|
3 |
matplotlib==3.8.0
|
4 |
xlsxwriter==3.1.2
|
5 |
weasyprint==60.1
|
@@ -9,6 +8,7 @@ pydyf==0.8.0
|
|
9 |
pdfkit>=1.0.0
|
10 |
Jinja2>=3.1.2
|
11 |
wkhtmltopdf
|
|
|
12 |
|
13 |
|
14 |
|
|
|
1 |
Flask==2.3.2
|
|
|
2 |
matplotlib==3.8.0
|
3 |
xlsxwriter==3.1.2
|
4 |
weasyprint==60.1
|
|
|
8 |
pdfkit>=1.0.0
|
9 |
Jinja2>=3.1.2
|
10 |
wkhtmltopdf
|
11 |
+
pandas>=1.4.0
|
12 |
|
13 |
|
14 |
|