Skip to content

Commit

Permalink
Hot fix force Flask requirement to be 0.12.2.
Browse files Browse the repository at this point in the history
http://flask.pocoo.org/docs/0.12/changelog/

0.12.3 is breaking the build per #1252

Signed-off-by: Colin Schoen <cschoen@berkeley.edu>
  • Loading branch information
colinschoen committed Apr 29, 2018
1 parent 3fb1798 commit 9850dfe
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
@@ -1,4 +1,4 @@
Flask>=0.12,<0.13
Flask==0.12.2
jinja2==2.9.6

# WSGI Containers
Expand Down

0 comments on commit 9850dfe

Please sign in to comment.