From 71e98baad485c1a69b33b13e7c2e592e2a5443ce Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Tue, 5 Feb 2013 16:00:14 -0500 Subject: [PATCH] We no longer require requests<<1 (imported from commit 2ddfca4f969a4f0cba3851c8123b1a3427f63509) --- api/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/README b/api/README index 5b41bf18ad..71e58db23e 100644 --- a/api/README +++ b/api/README @@ -3,7 +3,7 @@ The Humbug API Python bindings require the following Python libraries: * simplejson -* requests (version >= 0.12 and << 1.0.0) +* requests (version >= 0.12) #### Installing