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
2
2
setuptools >= 44.0.0 ;python_version < "3"
3
3
setuptools >= 45.1.0 ;python_version >= "3"
4
4
setuptools-scm >= 3.4.2
@@ -8,7 +8,7 @@ nose==1.3.7
8
8
ipdb == 0.12.3
9
9
idna == 2.8
10
10
chardet == 3.0.4
11
- urllib3 == 1.25.7
11
+ urllib3 == 1.25.8
12
12
requests == 2.22.0
13
13
selenium == 3.141.0
14
14
pluggy >= 0.13.1
@@ -43,4 +43,4 @@ tqdm>=4.41.1
43
43
flake8 == 3.7.9
44
44
certifi >= 2019.11.28
45
45
pdfminer.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 81
81
"Programming Language :: Python :: 3.8" ,
82
82
],
83
83
install_requires = [
84
- 'pip>=19.3 .1' , # >= 19.3.1 required for Python 3.8+
84
+ 'pip>=20.0 .1' ,
85
85
'setuptools' ,
86
86
'setuptools-scm' ,
87
87
'wheel' ,
90
90
'ipdb' ,
91
91
'idna==2.8' , # Must stay in sync with "requests"
92
92
'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"
94
94
'requests==2.22.0' ,
95
95
'selenium==3.141.0' ,
96
96
'pluggy>=0.13.1' ,
125
125
'flake8==3.7.9' ,
126
126
'certifi>=2019.11.28' ,
127
127
'pdfminer.six==20191110;python_version<"3.5"' ,
128
- 'pdfminer.six==20200104 ;python_version>="3.5"' ,
128
+ 'pdfminer.six==20200121 ;python_version>="3.5"' ,
129
129
],
130
130
packages = [
131
131
'seleniumbase' ,
You can’t perform that action at this time.
0 commit comments