File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
pip >= 20.2.2
2
2
packaging >= 20.4
3
3
setuptools >= 44.1.1 ;python_version < "3.5"
4
- setuptools >= 50.2 .0 ;python_version >= "3.5"
4
+ setuptools >= 50.3 .0 ;python_version >= "3.5"
5
5
setuptools-scm >= 4.1.2
6
6
wheel >= 0.35.1
7
7
six == 1.15.0
@@ -19,7 +19,7 @@ more-itertools==5.0.0;python_version<"3.5"
19
19
more-itertools == 8.5.0 ;python_version >= "3.5"
20
20
cssselect == 1.1.0
21
21
pluggy == 0.13.1
22
- attrs >= 20.1 .0
22
+ attrs >= 20.2 .0
23
23
py == 1.8.1 ;python_version < "3.5"
24
24
py == 1.9.0 ;python_version >= "3.5"
25
25
pytest == 4.6.11 ;python_version < "3.5"
Original file line number Diff line number Diff line change 93
93
'pip>=20.2.2' ,
94
94
'packaging>=20.4' ,
95
95
'setuptools>=44.1.1;python_version<"3.5"' ,
96
- 'setuptools>=50.2 .0;python_version>="3.5"' ,
96
+ 'setuptools>=50.3 .0;python_version>="3.5"' ,
97
97
'setuptools-scm' ,
98
98
'wheel>=0.35.1' ,
99
99
'six' ,
111
111
'more-itertools==8.5.0;python_version>="3.5"' ,
112
112
'cssselect==1.1.0' ,
113
113
'pluggy==0.13.1' ,
114
- 'attrs>=20.1 .0' ,
114
+ 'attrs>=20.2 .0' ,
115
115
'py==1.8.1;python_version<"3.5"' ,
116
116
'py==1.9.0;python_version>="3.5"' ,
117
117
'pytest==4.6.11;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments