From 9d5db3ec1242d909bb7c6222e68440c53694f3de Mon Sep 17 00:00:00 2001 From: kevgliss Date: Thu, 29 Jun 2017 16:29:26 -0700 Subject: [PATCH] This should not have been upgraded as it breaks mTLS (#844) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d58b855a..e2c5cd2e 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.14', - 'requests==2.18.1', + 'requests==2.11.1', 'ndg-httpsclient==0.4.2', 'psycopg2==2.7.1', 'arrow==0.10.0',