Skip to content

Commit

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

We should ship a 0.25.1 with this in

(cherry picked from commit 2c5200a)
  • Loading branch information
mistercrunch committed May 14, 2018
1 parent 93c9681 commit 5e32262
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 5e32262

Please sign in to comment.