Repository: incubator-airflow Updated Branches: refs/heads/master 08c6c870f -> 76b68b82d
[AIRFLOW-2491] Resolve flask version conflict Closes #3381 from kaxil/travis-ci-fix-flask- conflict Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/76b68b82 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/76b68b82 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/76b68b82 Branch: refs/heads/master Commit: 76b68b82d752b92de71b8b3f93c3038e4f404d47 Parents: 08c6c87 Author: Kaxil Naik <[email protected]> Authored: Fri May 18 18:10:24 2018 +0100 Committer: Kaxil Naik <[email protected]> Committed: Fri May 18 18:10:43 2018 +0100 ---------------------------------------------------------------------- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/76b68b82/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 97b6883..575ea0d 100644 --- a/setup.py +++ b/setup.py @@ -248,7 +248,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, <0.12.2', 'flask-appbuilder>=1.10.0, <2.0.0', 'flask-admin==1.4.1', 'flask-caching>=1.3.3, <1.4.0',
