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 f0ff3e9 commit 2e939baCopy full SHA for 2e939ba
requirements.txt
@@ -3,7 +3,7 @@ pip>=21.0.1;python_version>="3.6"
3
packaging>=20.9
4
setuptools>=44.1.1;python_version<"3.5"
5
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
6
-setuptools>=53.0.0;python_version>="3.6"
+setuptools>=53.1.0;python_version>="3.6"
7
setuptools-scm>=5.0.1
8
wheel>=0.36.2
9
attrs>=20.3.0
setup.py
@@ -107,7 +107,7 @@
107
'packaging>=20.9',
108
'setuptools>=44.1.1;python_version<"3.5"',
109
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
110
- 'setuptools>=53.0.0;python_version>="3.6"',
+ 'setuptools>=53.1.0;python_version>="3.6"',
111
'setuptools-scm>=5.0.1',
112
'wheel>=0.36.2',
113
'attrs>=20.3.0',
0 commit comments