aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-08-31 01:28:51 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-08-31 01:28:51 +0200
commite9a838ae53a9388bc6695721cd2d446e750e64c6 (patch)
tree3459f98fa0057faa458206c709424d5f46e57f00 /setup.py
parent534c66644fa7749d48a7e5dcac5e064413520e95 (diff)
downloadmitmproxy-e9a838ae53a9388bc6695721cd2d446e750e64c6.tar.gz
mitmproxy-e9a838ae53a9388bc6695721cd2d446e750e64c6.tar.bz2
mitmproxy-e9a838ae53a9388bc6695721cd2d446e750e64c6.zip
fix tests to be compatible with the latest requests version
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 a72cfe00..6b3f1330 100644
--- a/setup.py
+++ b/setup.py
@@ -90,5 +90,5 @@ setup(
"Topic :: Software Development :: Testing :: Traffic Generation",
"Topic :: Internet :: WWW/HTTP",
],
- install_requires=['netlib>=%s'%version.MINORVERSION, "requests>=1.1.0", "Flask>=0.10.1"]
+ install_requires=['netlib>=%s'%version.MINORVERSION, "requests>=2.4.0", "Flask>=0.10.1"]
)