mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-12 07:13:53 +00:00
Update this dated comment
This commit is contained in:
parent
f5e2365be9
commit
f1bc71811e
6
setup.py
6
setup.py
@ -31,10 +31,8 @@ VERSION_PY_FILENAME = 'src/allmydata/_version.py'
|
|||||||
version = read_version_py(VERSION_PY_FILENAME)
|
version = read_version_py(VERSION_PY_FILENAME)
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
# we don't need much out of setuptools, but the __init__.py stuff does
|
# we don't need much out of setuptools but the version checking stuff
|
||||||
# need pkg_resources . We use >=11.3 here because that's what
|
# needs pkg_resources and PEP 440 version specifiers.
|
||||||
# "cryptography" requires (which is a sub-dependency of TLS-using
|
|
||||||
# packages), so there's no point in requiring less.
|
|
||||||
"setuptools >= 28.8.0",
|
"setuptools >= 28.8.0",
|
||||||
|
|
||||||
"zfec >= 1.1.0",
|
"zfec >= 1.1.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user