relax dependencies for enum34, fix #924
This commit is contained in:
parent
678bf6b793
commit
5283074cba
2
setup.py
2
setup.py
|
@ -76,7 +76,7 @@ setup(
|
||||||
# Do not use a range operator here: https://bitbucket.org/pypa/setuptools/issues/380
|
# Do not use a range operator here: https://bitbucket.org/pypa/setuptools/issues/380
|
||||||
# Ubuntu Trusty and other still ship with setuptools < 17.1
|
# Ubuntu Trusty and other still ship with setuptools < 17.1
|
||||||
':python_version == "2.7"': [
|
':python_version == "2.7"': [
|
||||||
"enum34>=1.1.2, <1.2",
|
"enum34>=1.0.4, <1.2",
|
||||||
],
|
],
|
||||||
'dev': [
|
'dev': [
|
||||||
"mock>=1.3.0, <1.4",
|
"mock>=1.3.0, <1.4",
|
||||||
|
|
Loading…
Reference in New Issue