aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-11-15 12:42:38 +1300
committerAldo Cortesi <aldo@nullcube.com>2014-11-15 12:42:38 +1300
commit63d2403558704add84f67cfdf85603760c597cdc (patch)
tree96b6de8a56d2f2752ffb4e413fe27d5994744f32 /setup.py
parent1b41b9bb9b12a4ac3ce56f6c3abe3bbbf4e7bfa4 (diff)
parent8635e00175117d8574b4bea5edc1c43528ddf3e9 (diff)
downloadmitmproxy-63d2403558704add84f67cfdf85603760c597cdc.tar.gz
mitmproxy-63d2403558704add84f67cfdf85603760c597cdc.tar.bz2
mitmproxy-63d2403558704add84f67cfdf85603760c597cdc.zip
Merge branch 'master' of ssh.github.com:mitmproxy/pathod
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fc350ae2..cb2b7798 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ setup(
include_package_data=True,
scripts = ["pathod", "pathoc"],
install_requires=[
- 'netlib>=%s' % version.MINORVERSION,
+ "netlib>=%s, <%s" % (version.MINORVERSION, version.NEXT_MINORVERSION),
# It's INSANE that we have to do this, but...
# FIXME: Requirement to be removed at next release
"pip>=1.5.6",