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