aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-12-31 12:23:42 +1300
committerAldo Cortesi <aldo@nullcube.com>2012-12-31 12:23:42 +1300
commitb07ab253b7a2adec01233989d983d2f180c9fe4e (patch)
tree80733cfb97e40b441ee45f44737fd1874bcd93f9 /setup.py
parent781592d6c0f6e2987c7ab3a5aa9b5505fa461e95 (diff)
downloadmitmproxy-b07ab253b7a2adec01233989d983d2f180c9fe4e.tar.gz
mitmproxy-b07ab253b7a2adec01233989d983d2f180c9fe4e.tar.bz2
mitmproxy-b07ab253b7a2adec01233989d983d2f180c9fe4e.zip
Require requests > 1.0.4
This changes the API slightly, since json is now a method, not a property.
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 4df247b2..0653ee70 100644
--- a/setup.py
+++ b/setup.py
@@ -89,5 +89,5 @@ setup(
"Topic :: Software Development :: Testing :: Traffic Generation",
"Topic :: Internet :: WWW/HTTP",
],
- install_requires=['netlib>=0.2.2', "requests>=0.13", "flask"],
+ install_requires=['netlib>=0.2.2', "requests>=1.0.4", "flask"],
)