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 86a6466 commit 19190cdCopy full SHA for 19190cd
requirements.txt
@@ -1,7 +1,7 @@
1
pip>=20.2.2
2
packaging>=20.4
3
setuptools>=44.1.1;python_version<"3.5"
4
-setuptools>=50.0.3;python_version>="3.5"
+setuptools>=50.1.0;python_version>="3.5"
5
setuptools-scm>=4.1.2
6
wheel>=0.35.1
7
six==1.15.0
setup.py
@@ -93,7 +93,7 @@
93
'pip>=20.2.2',
94
'packaging>=20.4',
95
'setuptools>=44.1.1;python_version<"3.5"',
96
- 'setuptools>=50.0.3;python_version>="3.5"',
+ 'setuptools>=50.1.0;python_version>="3.5"',
97
'setuptools-scm',
98
'wheel>=0.35.1',
99
'six',
0 commit comments