Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ file analysis based on the inventory data.

### Usage

> For now, this script requires Python 3.6, because the fpdf dependency doesn't work with newer versions.

Install the dependencies:

```shell
pip install argparse datetime fpdf matplotlib pypdf2 requests
pip install argparse datetime fpdf2 matplotlib pypdf2 requests
```

Create a pdf report by passing the inventory api key:
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ chardet==4.0.0
cycler==0.10.0
DateTime==4.3
et-xmlfile==1.0.1
fpdf==1.7.2
fpdf2==2.5.5
idna==2.10
ipaddress==1.0.23
jdcal==1.4.1
kiwisolver==1.3.1
kiwisolver==1.4.3
matplotlib==3.3.3
numpy==1.19.5
numpy==1.23.0
openpyxl==3.0.6
Pillow==8.1.0
Pillow==9.2.0
pyparsing==2.4.7
PyPDF2==1.26.0
PyPDF2==2.4.2
python-dateutil==2.8.1
pytz==2020.5
requests==2.25.1
Expand Down