From edc0116a3a84d5697a38197d9f6f964fc2641fb5 Mon Sep 17 00:00:00 2001 From: kevgliss Date: Wed, 21 Dec 2016 11:01:09 -0800 Subject: [PATCH] urllib3 still failing. (#625) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd72ee54..fb6fbf41 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ install_requires = [ 'Flask-Principal==0.4.0', 'Flask-Mail==0.9.1', 'SQLAlchemy-Utils==0.32.12', - 'requests==2.12.4', + 'requests==2.11.1', 'psycopg2==2.6.2', 'arrow==0.10.0', 'six==1.10.0',