Skip to content

Commit

Permalink
[deps] force flask<=1.0.0 (apache#4959)
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

(cherry picked from commit e1590c0)
  • Loading branch information
mistercrunch committed May 14, 2018
1 parent fd24eb3 commit eb9b941
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-cache',
'flask-compress',
Expand Down

0 comments on commit eb9b941

Please sign in to comment.