From 2e02e91781e98585a0e5b0e0e72342c81d6a232d Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 21 Nov 2016 17:29:46 +0000 Subject: [PATCH] Excluded requests 2.12.* as it has an incompatibility issue with urllib3. - Legacy-Id: 12390 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 9eb67dc4a..c07df94e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,6 +32,7 @@ python-magic>=0.4.6 python-memcached>=1.48 # for django.core.cache.backends.memcached pytz>=2014.7 pyzmail>=1.0.3 +requests!=2.12.* selenium>=2.42 six>=1.8.0 sqlparse>=0.2.2