diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-11-15 12:42:38 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-11-15 12:42:38 +1300 |
commit | 63d2403558704add84f67cfdf85603760c597cdc (patch) | |
tree | 96b6de8a56d2f2752ffb4e413fe27d5994744f32 /setup.py | |
parent | 1b41b9bb9b12a4ac3ce56f6c3abe3bbbf4e7bfa4 (diff) | |
parent | 8635e00175117d8574b4bea5edc1c43528ddf3e9 (diff) | |
download | mitmproxy-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |