Skip to content

Commit

Permalink
Pin Flask to avoid installing 0.12.3
Browse files Browse the repository at this point in the history
0.12.3 was released April 26th with a broken wheel package [1], 0.12.4
will be released momentarily.

[1]: pallets/flask#2728

Change-Id: I9bc9cad78423898ebbe58f2270d3f2407409448f
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
  • Loading branch information
ssbarnea authored and David Moreau Simard committed Apr 27, 2018
1 parent 159eebb commit 8727284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0

jinja2>=2.9
ansible>=2.2.0.0,!=2.4.0.0
Flask>=0.11,<0.13
Flask>=0.11,<0.13,!=0.12.3
Flask-SQLAlchemy
Flask-Migrate
Flask-Script
Expand Down

2 comments on commit 8727284

@davidism
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I released 0.12.4 to fix this.

@dmsimard
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidism thanks!

Please sign in to comment.