File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- pip >= 20.1
1
+ pip >= 20.1.1
2
+ packaging >= 20.4
2
3
setuptools >= 44.1.0 ;python_version < "3.5"
3
4
setuptools >= 46.4.0 ;python_version >= "3.5"
4
5
setuptools-scm >= 3.5.0
5
6
wheel >= 0.34.2
6
- six == 1.14 .0
7
+ six == 1.15 .0
7
8
nose == 1.3.7
8
9
ipdb == 0.13.2
9
10
idna == 2.9
@@ -15,7 +16,7 @@ pluggy==0.13.1
15
16
attrs >= 19.3.0
16
17
pytest == 4.6.10 ;python_version < "3.5"
17
18
pytest == 5.4.2 ;python_version >= "3.5"
18
- pytest-cov == 2.8.1
19
+ pytest-cov == 2.9.0
19
20
pytest-forked == 1.1.3
20
21
pytest-html == 1.22.1 ;python_version < "3.6"
21
22
pytest-html == 2.0.1 ;python_version >= "3.6"
@@ -33,9 +34,8 @@ cryptography==2.9.2
33
34
pyopenssl == 19.1.0
34
35
pygments == 2.5.2 ;python_version < "3.5"
35
36
pygments == 2.6.1 ;python_version >= "3.5"
36
- packaging >= 20.3
37
37
colorama == 0.4.3
38
- brython == 3.8.8
38
+ brython >= 3.8.9
39
39
pymysql == 0.9.3
40
40
coverage == 5.1
41
41
pyotp == 2.3.0
Original file line number Diff line number Diff line change 90
90
"Topic :: Utilities" ,
91
91
],
92
92
install_requires = [
93
- 'pip>=20.1' ,
93
+ 'pip>=20.1.1' ,
94
+ 'packaging>=20.4' ,
94
95
'setuptools' ,
95
96
'setuptools-scm' ,
96
97
'wheel' ,
106
107
'attrs>=19.3.0' ,
107
108
'pytest==4.6.10;python_version<"3.5"' ,
108
109
'pytest==5.4.2;python_version>="3.5"' ,
109
- 'pytest-cov==2.8.1 ' ,
110
+ 'pytest-cov==2.9.0 ' ,
110
111
'pytest-forked==1.1.3' ,
111
112
'pytest-html==1.22.1;python_version<"3.6"' ,
112
113
'pytest-html==2.0.1;python_version>="3.6"' ,
124
125
'pyopenssl==19.1.0' ,
125
126
'pygments==2.5.2;python_version<"3.5"' ,
126
127
'pygments==2.6.1;python_version>="3.5"' ,
127
- 'packaging>=20.3' ,
128
128
'colorama==0.4.3' ,
129
- 'brython== 3.8.8 ' ,
129
+ 'brython>= 3.8.9 ' ,
130
130
'pymysql==0.9.3' ,
131
131
'coverage==5.1' ,
132
132
'pyotp==2.3.0' ,
You can’t perform that action at this time.
0 commit comments