mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-10 12:20:02 +00:00
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:
parent
42ede22f1e
commit
141ff17b91
@ -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",
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user