File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- pip >= 19.3 .1
1+ pip >= 20.0 .1
22setuptools >= 44.0.0 ;python_version < "3"
33setuptools >= 45.1.0 ;python_version >= "3"
44setuptools-scm >= 3.4.2
@@ -8,7 +8,7 @@ nose==1.3.7
88ipdb == 0.12.3
99idna == 2.8
1010chardet == 3.0.4
11- urllib3 == 1.25.7
11+ urllib3 == 1.25.8
1212requests == 2.22.0
1313selenium == 3.141.0
1414pluggy >= 0.13.1
@@ -43,4 +43,4 @@ tqdm>=4.41.1
4343flake8 == 3.7.9
4444certifi >= 2019.11.28
4545pdfminer.six == 20191110 ;python_version < "3.5"
46- pdfminer.six == 20200104 ;python_version >= "3.5"
46+ pdfminer.six == 20200121 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 8181 "Programming Language :: Python :: 3.8" ,
8282 ],
8383 install_requires = [
84- 'pip>=19.3 .1' , # >= 19.3.1 required for Python 3.8+
84+ 'pip>=20.0 .1' ,
8585 'setuptools' ,
8686 'setuptools-scm' ,
8787 'wheel' ,
9090 'ipdb' ,
9191 'idna==2.8' , # Must stay in sync with "requests"
9292 'chardet==3.0.4' , # Must stay in sync with "requests"
93- 'urllib3==1.25.7 ' , # Must stay in sync with "requests"
93+ 'urllib3==1.25.8 ' , # Must stay in sync with "requests"
9494 'requests==2.22.0' ,
9595 'selenium==3.141.0' ,
9696 'pluggy>=0.13.1' ,
125125 'flake8==3.7.9' ,
126126 'certifi>=2019.11.28' ,
127127 'pdfminer.six==20191110;python_version<"3.5"' ,
128- 'pdfminer.six==20200104 ;python_version>="3.5"' ,
128+ 'pdfminer.six==20200121 ;python_version>="3.5"' ,
129129 ],
130130 packages = [
131131 'seleniumbase' ,
You can’t perform that action at this time.
0 commit comments