Pin FAB to 1.10.0 (#5133)

Related to
https://github.com/apache/incubator-superset/issues/5088#issuecomment-394064133
This commit is contained in:
Maxime Beauchemin
2018-06-04 09:03:30 -07:00
committed by GitHub
parent dc21e0dd78
commit ffd65ce623

View File

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