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>=20.9;python_version<"3.6"
55packaging >= 21.3 ;python_version >= "3.6"
66setuptools >= 44.1.1 ;python_version < "3.6"
77setuptools >= 59.6.0 ;python_version >= "3.6" and python_version<"3.7"
8- setuptools >= 63.1 .0 ;python_version >= "3.7"
8+ setuptools >= 63.2 .0 ;python_version >= "3.7"
99tomli >= 1.2.3 ;python_version >= "3.6" and python_version<"3.7"
1010tomli >= 2.0.1 ;python_version >= "3.7"
1111wheel >= 0.37.1
Original file line number Diff line number Diff line change 131131 'packaging>=21.3;python_version>="3.6"' ,
132132 'setuptools>=44.1.1;python_version<"3.6"' ,
133133 'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"' ,
134- 'setuptools>=63.1 .0;python_version>="3.7"' ,
134+ 'setuptools>=63.2 .0;python_version>="3.7"' ,
135135 'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"' ,
136136 'tomli>=2.0.1;python_version>="3.7"' ,
137137 "wheel>=0.37.1" ,
You can’t perform that action at this time.
0 commit comments