From b07ab253b7a2adec01233989d983d2f180c9fe4e Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 31 Dec 2012 12:23:42 +1300 Subject: Require requests > 1.0.4 This changes the API slightly, since json is now a method, not a property. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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"], ) -- cgit v1.2.3