Skip to content

Commit c05b5b5

Browse files
committed
Use pdfminer.six instead of pypdf2 for reading PDF files
1 parent 4efd4df commit c05b5b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ asn1crypto>=1.2.0
3131
pyopenssl>=19.1.0
3232
colorama>=0.4.1
3333
pymysql>=0.9.3
34-
pypdf2>=1.26.0
3534
pyotp>=2.3.0
3635
boto>=2.49.0
3736
cffi>=1.13.2
3837
tqdm>=4.39.0
3938
flake8>=3.7.9
4039
certifi>=2019.9.11
40+
pdfminer.six==20191110

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@
114114
'pyopenssl>=19.1.0',
115115
'colorama>=0.4.1',
116116
'pymysql>=0.9.3',
117-
'pypdf2>=1.26.0',
118117
'pyotp>=2.3.0',
119118
'boto>=2.49.0',
120119
'cffi>=1.13.2',
121120
'tqdm>=4.39.0',
122121
'flake8>=3.7.9',
123122
'certifi>=2019.9.11',
123+
'pdfminer.six==20191110',
124124
],
125125
packages=[
126126
'seleniumbase',

0 commit comments

Comments
 (0)