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
  • Loading branch information
mistercrunch authored and timifasubaa committed May 31, 2018
1 parent ab21d0b commit aed6877
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 aed6877

Please sign in to comment.