You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by sa...@apache.org on 2016/11/02 07:45:54 UTC

incubator-airflow git commit: [AIRFLOW-551] pin flask to >=0.11, <0.12

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 61f92b7f2 -> 39499e8aa


[AIRFLOW-551] pin flask to >=0.11, <0.12

Closes #1825 from jedipi/improvement/upgrade-flask


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/39499e8a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/39499e8a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/39499e8a

Branch: refs/heads/master
Commit: 39499e8aa8d1967012b04912bef9a057c0ab87ed
Parents: 61f92b7
Author: jedipi <ha...@teslahealth.com>
Authored: Wed Nov 2 00:45:45 2016 -0700
Committer: Siddharth Anand <si...@yahoo.com>
Committed: Wed Nov 2 00:45:45 2016 -0700

----------------------------------------------------------------------
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/39499e8a/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 489478f..848c4e2 100644
--- a/setup.py
+++ b/setup.py
@@ -181,7 +181,7 @@ def do_setup():
             'alembic>=0.8.3, <0.9',
             'croniter>=0.3.8, <0.4',
             'dill>=0.2.2, <0.3',
-            'flask>=0.10.1, <0.11',
+            'flask>=0.11, <0.12',
             'flask-admin==1.4.1',
             'flask-cache>=0.13.1, <0.14',
             'flask-login==0.2.11',