Skip to content

Commit

Permalink
Revert "[AIRFLOW-2391] Fix to Flask 0.12.2"
Browse files Browse the repository at this point in the history
This reverts commit 3368f42.
  • Loading branch information
Fokko Driesprong committed Apr 30, 2018
1 parent 700c0f4 commit 0ff434a
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 @@ -228,7 +228,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.2',
'flask>=0.12, <0.13',
'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 0ff434a

Please sign in to comment.