Allow lxml 3.6

All tests passed here, and it works fine.
This commit is contained in:
Felix Yan 2016-03-18 12:23:47 +08:00
parent 983b0dd4f6
commit b751598da9

View File

@ -89,7 +89,7 @@ setup(
"pydivert>=0.0.7, <0.1", "pydivert>=0.0.7, <0.1",
], ],
':sys_platform != "win32"': [ ':sys_platform != "win32"': [
"lxml>=3.5.0, <3.6", "lxml>=3.5.0, <3.7",
], ],
# 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