Bump FAB to 1.12.5 (#7085)

* Bump FAB to 1.12.5

* [requirements] New dependency pyJWT added on FAB 1.12.4 for OAuth redirect

* [requirements] Fix, pip-tools bump to 3.5.0 related to #714
This commit is contained in:
Daniel Vaz Gaspar 2019-03-22 00:03:52 +00:00 committed by Maxime Beauchemin
parent 9b58e9f492
commit 10d003346f
3 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,7 @@ flake8==3.6.0
flask-cors==3.0.6
ipdb==0.11
mysqlclient==1.3.13
pip-tools==3.1.0
pip-tools==3.5.0
psycopg2-binary==2.7.5
pycodestyle==2.4.0
pyhive==0.6.1

View File

@ -21,7 +21,7 @@ croniter==0.3.26
cryptography==2.4.2
decorator==4.3.0 # via retry
defusedxml==0.5.0 # via python3-openid
flask-appbuilder==1.12.3
flask-appbuilder==1.12.5
flask-babel==0.11.1 # via flask-appbuilder
flask-caching==1.4.0
flask-compress==1.4.0
@ -50,6 +50,7 @@ polyline==1.3.2
py==1.7.0 # via retry
pycparser==2.19 # via cffi
pydruid==0.5.0
pyjwt==1.7.1 # via flask-appbuilder
python-dateutil==2.6.1
python-editor==1.0.3 # via alembic
python-geohash==0.8.5

View File

@ -77,7 +77,7 @@ setup(
'croniter>=0.3.26',
'cryptography>=2.4.2',
'flask>=1.0.0, <2.0.0',
'flask-appbuilder>=1.12.3, <2.0.0',
'flask-appbuilder>=1.12.5, <2.0.0',
'flask-caching',
'flask-compress',
'flask-migrate',