File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,10 @@ file analysis based on the inventory data.
2525
2626### Usage
2727
28- > For now, this script requires Python 3.6, because the fpdf dependency doesn't work with newer versions.
29-
3028Install the dependencies:
3129
3230``` shell
33- pip install argparse datetime fpdf matplotlib pypdf2 requests
31+ pip install argparse datetime fpdf2 matplotlib pypdf2 requests
3432```
3533
3634Create a pdf report by passing the inventory api key:
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ chardet==4.0.0
33cycler == 0.10.0
44DateTime == 4.3
55et-xmlfile == 1.0.1
6- fpdf == 1.7.2
6+ fpdf2 == 2.5.5
77idna == 2.10
88ipaddress == 1.0.23
99jdcal == 1.4.1
10- kiwisolver == 1.3.1
10+ kiwisolver == 1.4.3
1111matplotlib == 3.3.3
12- numpy == 1.19.5
12+ numpy == 1.23.0
1313openpyxl == 3.0.6
14- Pillow == 8.1 .0
14+ Pillow == 9.2 .0
1515pyparsing == 2.4.7
16- PyPDF2 == 1.26.0
16+ PyPDF2 == 2.4.2
1717python-dateutil == 2.8.1
1818pytz == 2020.5
1919requests == 2.25.1
You can’t perform that action at this time.
0 commit comments