File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ packaging>=21.0;python_version>="3.6"
5
5
typing-extensions >= 3.10.0.0
6
6
setuptools >= 44.1.1 ;python_version < "3.5"
7
7
setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
8
- setuptools >= 57.2 .0 ;python_version >= "3.6"
8
+ setuptools >= 57.4 .0 ;python_version >= "3.6"
9
9
setuptools-scm == 5.0.2 ;python_version < "3.6"
10
10
setuptools-scm >= 6.0.1 ;python_version >= "3.6"
11
11
wheel >= 0.36.2
Original file line number Diff line number Diff line change 120
120
"typing-extensions>=3.10.0.0" ,
121
121
'setuptools>=44.1.1;python_version<"3.5"' ,
122
122
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
123
- 'setuptools>=57.2 .0;python_version>="3.6"' ,
123
+ 'setuptools>=57.4 .0;python_version>="3.6"' ,
124
124
'setuptools-scm==5.0.2;python_version<"3.6"' ,
125
125
'setuptools-scm>=6.0.1;python_version>="3.6"' ,
126
126
"wheel>=0.36.2" ,
You can’t perform that action at this time.
0 commit comments