Skip to content

Commit a2e04be

Browse files
authored
Merge pull request #1 from rk-tenb/master
Python3.11 compatibility
2 parents 2a2d163 + 6da911f commit a2e04be

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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-
3028
Install 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

3634
Create a pdf report by passing the inventory api key:

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ chardet==4.0.0
33
cycler==0.10.0
44
DateTime==4.3
55
et-xmlfile==1.0.1
6-
fpdf==1.7.2
6+
fpdf2==2.5.5
77
idna==2.10
88
ipaddress==1.0.23
99
jdcal==1.4.1
10-
kiwisolver==1.3.1
10+
kiwisolver==1.4.3
1111
matplotlib==3.3.3
12-
numpy==1.19.5
12+
numpy==1.23.0
1313
openpyxl==3.0.6
14-
Pillow==8.1.0
14+
Pillow==9.2.0
1515
pyparsing==2.4.7
16-
PyPDF2==1.26.0
16+
PyPDF2==2.4.2
1717
python-dateutil==2.8.1
1818
pytz==2020.5
1919
requests==2.25.1

0 commit comments

Comments
 (0)