mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
Version that works with Python 2.
This commit is contained in:
parent
d5333ae9f9
commit
4b7ab2bfd8
2
setup.py
2
setup.py
@ -136,7 +136,7 @@ install_requires = [
|
|||||||
"distro >= 1.4.0",
|
"distro >= 1.4.0",
|
||||||
|
|
||||||
# Backported configparser for Python 2:
|
# Backported configparser for Python 2:
|
||||||
"configparser >= 5.0.1 ; python_version < '3.0'",
|
"configparser >= 4.0.0 ; python_version < '3.0'",
|
||||||
]
|
]
|
||||||
|
|
||||||
setup_requires = [
|
setup_requires = [
|
||||||
|
Loading…
Reference in New Issue
Block a user