Update the setuptools Python dependency

This commit is contained in:
Michael Mintz 2020-03-27 01:14:05 -04:00
parent 6e0546ec11
commit 9a6a54bbd5
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pip>=20.0.2
setuptools>=44.0.0;python_version<"3.5"
setuptools>=46.0.0;python_version>="3.5"
setuptools>=44.1.0;python_version<"3.5"
setuptools>=46.1.3;python_version>="3.5"
setuptools-scm>=3.5.0
wheel>=0.34.2
six==1.14.0