diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2012-12-31 12:23:42 +1300 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2012-12-31 12:23:42 +1300 |
| commit | b07ab253b7a2adec01233989d983d2f180c9fe4e (patch) | |
| tree | 80733cfb97e40b441ee45f44737fd1874bcd93f9 /setup.py | |
| parent | 781592d6c0f6e2987c7ab3a5aa9b5505fa461e95 (diff) | |
| download | mitmproxy-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.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>=0.13", "flask"], + install_requires=['netlib>=0.2.2', "requests>=1.0.4", "flask"], ) |
