aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2016-03-18 09:29:58 +0100
committerThomas Kriechbaumer <Kriechi@users.noreply.github.com>2016-03-18 09:29:58 +0100
commit4cd170d36c0967fa8934e658c23fc877b28101a2 (patch)
treec2f0bae18a2aef766a8b223d7e4e7dfb162faf6f
parent983b0dd4f66f962a74dadc8c2eb4a1be4e2e0074 (diff)
parentb751598da9cb43b537ab5990a9c15995bba298df (diff)
downloadmitmproxy-4cd170d36c0967fa8934e658c23fc877b28101a2.tar.gz
mitmproxy-4cd170d36c0967fa8934e658c23fc877b28101a2.tar.bz2
mitmproxy-4cd170d36c0967fa8934e658c23fc877b28101a2.zip
Merge pull request #1040 from felixonmars/patch-1
Allow lxml 3.6
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d7c86e3c..450a40ee 100644
--- a/setup.py
+++ b/setup.py
@@ -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