aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-08-23 13:04:53 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-08-23 13:04:53 +1200
commitb1cbea8cb7114d8ea69f20b1f2944508e8e77c57 (patch)
tree3467298ce4c36212757b015028a7011dc4e5f790
parent2f7188164cea54451728c03eed40153fd844224b (diff)
downloadmitmproxy-b1cbea8cb7114d8ea69f20b1f2944508e8e77c57.tar.gz
mitmproxy-b1cbea8cb7114d8ea69f20b1f2944508e8e77c57.tar.bz2
mitmproxy-b1cbea8cb7114d8ea69f20b1f2944508e8e77c57.zip
Depend on netlib 0.2.1
-rw-r--r--setup.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 16312343..1b1db5c8 100644
--- a/setup.py
+++ b/setup.py
@@ -89,8 +89,5 @@ setup(
"Topic :: Software Development :: Testing :: Traffic Generation",
"Topic :: Internet :: WWW/HTTP",
],
- install_requires=['netlib', "requests>=0.13"],
- dependency_links=[
- 'https://github.com/cortesi/netlib/tarball/master#egg=netlib-0.1'
- ],
+ install_requires=['netlib>=0.2.1', "requests>=0.13"],
)