mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-23 09:15:32 +00:00
Need some fixes in this version.
This commit is contained in:
7
setup.py
7
setup.py
@ -138,8 +138,11 @@ install_requires = [
|
|||||||
# Backported configparser for Python 2:
|
# Backported configparser for Python 2:
|
||||||
"configparser ; python_version < '3.0'",
|
"configparser ; python_version < '3.0'",
|
||||||
|
|
||||||
# For the RangeMap datastructure.
|
# For the RangeMap datastructure. Need 2.0.2 at least for bugfixes. Python
|
||||||
"collections-extended",
|
# 2 doesn't actually need this, since HTTP storage protocol isn't supported
|
||||||
|
# there, so we just pick whatever version so that code imports.
|
||||||
|
"collections-extended >= 2.0.2 ; python_version > '3.0'",
|
||||||
|
"collections-extended ; python_version < '3.0'",
|
||||||
|
|
||||||
# HTTP server and client
|
# HTTP server and client
|
||||||
"klein",
|
"klein",
|
||||||
|
Reference in New Issue
Block a user