We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efd4df commit c05b5b5Copy full SHA for c05b5b5
requirements.txt
@@ -31,10 +31,10 @@ asn1crypto>=1.2.0
31
pyopenssl>=19.1.0
32
colorama>=0.4.1
33
pymysql>=0.9.3
34
-pypdf2>=1.26.0
35
pyotp>=2.3.0
36
boto>=2.49.0
37
cffi>=1.13.2
38
tqdm>=4.39.0
39
flake8>=3.7.9
40
certifi>=2019.9.11
+pdfminer.six==20191110
setup.py
@@ -114,13 +114,13 @@
114
'pyopenssl>=19.1.0',
115
'colorama>=0.4.1',
116
'pymysql>=0.9.3',
117
- 'pypdf2>=1.26.0',
118
'pyotp>=2.3.0',
119
'boto>=2.49.0',
120
'cffi>=1.13.2',
121
'tqdm>=4.39.0',
122
'flake8>=3.7.9',
123
'certifi>=2019.9.11',
+ 'pdfminer.six==20191110',
124
],
125
packages=[
126
'seleniumbase',
0 commit comments