File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- pip >= 20.0.1
1
+ pip >= 20.0.2
2
2
setuptools >= 44.0.0 ;python_version < "3"
3
3
setuptools >= 45.1.0 ;python_version >= "3"
4
- setuptools-scm >= 3.4.2
4
+ setuptools-scm >= 3.4.3
5
5
wheel >= 0.33.6
6
6
six == 1.14.0
7
7
nose == 1.3.7
@@ -31,7 +31,7 @@ portalocker==1.5.2
31
31
cryptography == 2.8
32
32
asn1crypto == 1.3.0
33
33
pyopenssl == 19.1.0
34
- packaging >= 20.0
34
+ packaging >= 20.1
35
35
pygments == 2.5.2
36
36
colorama == 0.4.3
37
37
coverage >= 5.0.3
@@ -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 == 20200121 ;python_version >= "3.5"
46
+ pdfminer.six == 20200124 ;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>=20.0.1 ' ,
84
+ 'pip>=20.0.2 ' ,
85
85
'setuptools' ,
86
86
'setuptools-scm' ,
87
87
'wheel' ,
113
113
'cryptography==2.8' ,
114
114
'asn1crypto==1.3.0' ,
115
115
'pyopenssl==19.1.0' ,
116
- 'packaging>=20.0 ' ,
116
+ 'packaging>=20.1 ' ,
117
117
'pygments>=2.5.2' ,
118
118
'colorama==0.4.3' ,
119
119
'coverage>=5.0.3' ,
125
125
'flake8==3.7.9' ,
126
126
'certifi>=2019.11.28' ,
127
127
'pdfminer.six==20191110;python_version<"3.5"' ,
128
- 'pdfminer.six==20200121 ;python_version>="3.5"' ,
128
+ 'pdfminer.six==20200124 ;python_version>="3.5"' ,
129
129
],
130
130
packages = [
131
131
'seleniumbase' ,
You can’t perform that action at this time.
0 commit comments