Skip to content

Commit

Permalink
[deps] force flask<=1.0.0
Browse files Browse the repository at this point in the history
flask 1.0 came out and has backwards incompatible changes. People
are reporting that fresh install doesn't work anymore.

fixes apache#4953

We should ship a 0.25.1 with this in
  • Loading branch information
mistercrunch committed May 8, 2018
1 parent 65c4499 commit 5de3e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_git_sha():
'celery',
'colorama',
'cryptography',
'flask',
'flask<=1.0.0',
'flask-appbuilder',
'flask-caching',
'flask-compress',
Expand Down

0 comments on commit 5de3e56

Please sign in to comment.