diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2013-03-05 09:09:33 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2013-03-05 09:11:19 +1300 |
commit | beb47eba5171800ed201f3c9a1e23adf8b032640 (patch) | |
tree | a18105013a5455a7e2df48490295f166ecfa15d2 /setup.py | |
parent | 110a8bb594f9a00585e22e01d69eb6bef6b0d9db (diff) | |
download | mitmproxy-beb47eba5171800ed201f3c9a1e23adf8b032640.tar.gz mitmproxy-beb47eba5171800ed201f3c9a1e23adf8b032640.tar.bz2 mitmproxy-beb47eba5171800ed201f3c9a1e23adf8b032640.zip |
Sync version number with mitmproxy.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,5 +89,5 @@ setup( "Topic :: Software Development :: Testing :: Traffic Generation", "Topic :: Internet :: WWW/HTTP", ], - install_requires=['netlib>=0.2.2', "requests>=1.1.0", "flask"], + install_requires=['netlib>=%s'%version.VERSION, "requests>=1.1.0", "flask"], ) |