Merge pull request #1040 from felixonmars/patch-1

Allow lxml 3.6
This commit is contained in:
Thomas Kriechbaumer 2016-03-18 09:29:58 +01:00
commit 4cd170d36c

View File

@ -89,7 +89,7 @@ setup(
"pydivert>=0.0.7, <0.1",
],
':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
# Ubuntu Trusty and other still ship with setuptools < 17.1