Skip to content

Commit

Permalink
[AIRFLOW-2391] Fix to Flask 0.12.2
Browse files Browse the repository at this point in the history
Flask 0.12.3 has issues with Airflow and needs to
be fixed.
Therefore lock the version to 0.12.2.

Closes #3277 from Fokko/fd-fix-master-ci

(cherry picked from commit 3368f42)
Signed-off-by: Fokko Driesprong <fokkodriesprong@godatadriven.com>
  • Loading branch information
Fokko Driesprong committed Apr 28, 2018
1 parent 4d64ad4 commit 9215cdd
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 @@ -229,7 +229,7 @@ def do_setup():
'configparser>=3.5.0, <3.6.0',
'croniter>=0.3.17, <0.4',
'dill>=0.2.2, <0.3',
'flask>=0.12, <0.13',
'flask==0.12.2',
'flask-appbuilder>=1.9.6, <2.0.0',
'flask-admin==1.4.1',
'flask-caching>=1.3.3, <1.4.0',
Expand Down

0 comments on commit 9215cdd

Please sign in to comment.