This should not have been upgraded as it breaks mTLS (#844)

This commit is contained in:
kevgliss 2017-06-29 16:29:26 -07:00 committed by GitHub
parent 169dcb86e2
commit 9d5db3ec12
1 changed files with 1 additions and 1 deletions

View File

@ -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',