Skip to content

Commit 17580d5

Browse files
committed
Add the PyPDF2 dependency
1 parent af8b4de commit 17580d5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ asn1crypto>=1.2.0
3131
pyopenssl>=19.1.0
3232
colorama>=0.4.1
3333
pymysql>=0.9.3
34+
pypdf2>=1.26.0
3435
pyotp>=2.3.0
3536
boto>=2.49.0
3637
cffi>=1.13.2

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
'pyopenssl>=19.1.0',
115115
'colorama>=0.4.1',
116116
'pymysql>=0.9.3',
117+
'pypdf2>=1.26.0',
117118
'pyotp>=2.3.0',
118119
'boto>=2.49.0',
119120
'cffi>=1.13.2',

0 commit comments

Comments
 (0)