We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f6bf8 commit a52aaa6Copy full SHA for a52aaa6
requirements.txt
@@ -2,7 +2,7 @@ pip>=20.3.3
2
packaging>=20.8
3
setuptools>=44.1.1;python_version<"3.5"
4
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
5
-setuptools>=51.1.1;python_version>="3.6"
+setuptools>=51.1.2;python_version>="3.6"
6
setuptools-scm>=5.0.1
7
wheel>=0.36.2
8
attrs>=20.3.0
setup.py
@@ -106,7 +106,7 @@
106
'packaging>=20.8',
107
'setuptools>=44.1.1;python_version<"3.5"',
108
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
109
- 'setuptools>=51.1.1;python_version>="3.6"',
+ 'setuptools>=51.1.2;python_version>="3.6"',
110
'setuptools-scm>=5.0.1',
111
'wheel>=0.36.2',
112
'attrs>=20.3.0',
0 commit comments