auto_deps: bump to setuptools>=20.3

20.3 is the current version as of today. I'm not really sure what
version we need, but this is better than the previous zetuptoolz "0.6c6"
requirement. Closes ticket:2744.
This commit is contained in:
Brian Warner 2016-03-17 22:12:04 -07:00
parent 42ede22f1e
commit 141ff17b91

View File

@ -16,9 +16,7 @@
# >=, <= and != operators.)
install_requires = [
# We require newer versions of setuptools to build, but can handle
# older versions to run.
"setuptools >= 0.6c6",
"setuptools >= 20.3", # current version at this moment
"zfec >= 1.1.0",