aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-10-16 20:30:28 -0700
committerGitHub <noreply@github.com>2016-10-16 20:30:28 -0700
commit3fbce7e981cab5d20b3ef17a50f14b34e8c60fa3 (patch)
treea494636a55e5b6919375c43731f9e3d574bf20ae
parent421679a770c811ceeeccace6310dffcbbe6362dd (diff)
downloadmitmproxy-3fbce7e981cab5d20b3ef17a50f14b34e8c60fa3.tar.gz
mitmproxy-3fbce7e981cab5d20b3ef17a50f14b34e8c60fa3.tar.bz2
mitmproxy-3fbce7e981cab5d20b3ef17a50f14b34e8c60fa3.zip
update pydivert dependency (#1614)
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0c359f1c..43ca4543 100644
--- a/setup.py
+++ b/setup.py
@@ -87,7 +87,7 @@ setup(
],
extras_require={
':sys_platform == "win32"': [
- "pydivert>=0.0.7, <0.1",
+ "pydivert>=0.0.7, <2.0",
],
':sys_platform != "win32"': [
],