Revert "[AIRFLOW-2391] Fix to Flask 0.12.2" This reverts commit 3368f4258c2dcfbcdbaf631fa887a742f12720b8.
Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/0ff434a9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/0ff434a9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/0ff434a9 Branch: refs/heads/v1-10-test Commit: 0ff434a9b7510fb9cb1e74a60c5ac02b61f087d5 Parents: 700c0f4 Author: Fokko Driesprong <[email protected]> Authored: Mon Apr 30 10:35:05 2018 +0200 Committer: Fokko Driesprong <[email protected]> Committed: Mon Apr 30 10:35:05 2018 +0200 ---------------------------------------------------------------------- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/0ff434a9/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 1842a14..cc2d4f3 100644 --- a/setup.py +++ b/setup.py @@ -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',
