Upgrade flask-appbuilder to latest. (#6030)

* Upgrade flask-appbuilder to latest.

* Skip constraint deletes if not exist.

* Document breaking change in flask-login.
This commit is contained in:
Joshua Carp
2018-10-08 12:40:52 -04:00
committed by Maxime Beauchemin
parent 6282edd033
commit 9dcf8e101a
9 changed files with 21 additions and 24 deletions

View File

@@ -67,7 +67,7 @@ setup(
'contextlib2',
'cryptography',
'flask<1.0.0',
'flask-appbuilder==1.10.0', # known db migration with 1.11+
'flask-appbuilder>=1.12.0',
'flask-caching',
'flask-compress',
'flask-migrate',