From 0b6fb97aad38d785fa1b083a1962461150e4167a 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) --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 5b41bf1..71e58db 100644 --- a/README +++ b/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