[deps] force flask<=1.0.0 (#4959)

flask 1.0 came out and has backwards incompatible changes. People
are reporting that fresh install doesn't work anymore.

fixes https://github.com/apache/incubator-superset/issues/4953

We should ship a 0.25.1 with this in
This commit is contained in:
Maxime Beauchemin 2018-05-13 11:16:09 -07:00 committed by GitHub
parent 7d5195aae3
commit 2c5200affd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ setup(
'celery',
'colorama',
'cryptography',
'flask',
'flask<=1.0.0',
'flask-appbuilder',
'flask-caching',
'flask-compress',