mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
Allow lxml 3.6
All tests passed here, and it works fine.
This commit is contained in:
parent
983b0dd4f6
commit
b751598da9
2
setup.py
2
setup.py
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user