mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
setup.py: no range operators for env markers
This commit is contained in:
parent
a4a8b38dc8
commit
b077edbc92
4
setup.py
4
setup.py
@ -73,7 +73,9 @@ setup(
|
||||
"urwid>=1.3.1",
|
||||
"lxml>=3.5.0",
|
||||
],
|
||||
':python_version < "3.4"': [
|
||||
# Do not use a range operator here: https://bitbucket.org/pypa/setuptools/issues/380
|
||||
# Ubuntu Trusty and other still ship with setuptools < 17.1
|
||||
':python_version == "2.7"': [
|
||||
"enum34>=1.0.4",
|
||||
],
|
||||
'dev': [
|
||||
|
Loading…
Reference in New Issue
Block a user