Pin flask to >=0.11

This fixes an issue where Flask<0.11 did not provide
flask_logging.DEBUG_LOG_FORMAT.

Change-Id: Ie404fec16fffd971b5c9df2627eaad0f286dcae7
This commit is contained in:
David Moreau-Simard 2017-09-15 13:13:08 -06:00
parent 09af2fba6f
commit 9ba142a2db
No known key found for this signature in database
GPG Key ID: 33A07694CBB71ECC
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
jinja2>=2.9
ansible>=2.2.0.0,<2.4
Flask<0.13
Flask>=0.11,<0.13
Flask-SQLAlchemy
Flask-Migrate
Flask-Script