From 0aeb599e757de53b72dd38b9348b083d496a6c60 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 17 Dec 2015 14:13:20 +0100 Subject: [PATCH] Exclude buggy requests version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3d4a5ff..f8b0302 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( 'click>=5.0', 'click-log', 'click-threading', - 'requests', + 'requests != 2.9.0', 'lxml >=3.0, <=3.4.4', # https://github.com/sigmavirus24/requests-toolbelt/pull/28 'requests_toolbelt>=0.5.0',