This should not have been upgraded as it breaks mTLS (#844)
This commit is contained in:
parent
169dcb86e2
commit
9d5db3ec12
2
setup.py
2
setup.py
|
@ -43,7 +43,7 @@ install_requires = [
|
||||||
'Flask-Principal==0.4.0',
|
'Flask-Principal==0.4.0',
|
||||||
'Flask-Mail==0.9.1',
|
'Flask-Mail==0.9.1',
|
||||||
'SQLAlchemy-Utils==0.32.14',
|
'SQLAlchemy-Utils==0.32.14',
|
||||||
'requests==2.18.1',
|
'requests==2.11.1',
|
||||||
'ndg-httpsclient==0.4.2',
|
'ndg-httpsclient==0.4.2',
|
||||||
'psycopg2==2.7.1',
|
'psycopg2==2.7.1',
|
||||||
'arrow==0.10.0',
|
'arrow==0.10.0',
|
||||||
|
|
Loading…
Reference in New Issue