You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bo...@apache.org on 2017/12/22 12:57:58 UTC

incubator-airflow git commit: [AIRFLOW-1915] Relax flask-wtf dependency specification

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 4b4132dfd -> 355135bcb


[AIRFLOW-1915] Relax flask-wtf dependency specification

Closes #2876 from wrp/flask-wtf


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

Branch: refs/heads/master
Commit: 355135bcb85240e3b46bdef46147fa65098d6c38
Parents: 4b4132d
Author: William Pursell <wi...@wepay.com>
Authored: Fri Dec 22 13:57:47 2017 +0100
Committer: Bolke de Bruin <bo...@xs4all.nl>
Committed: Fri Dec 22 13:57:47 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/355135bc/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index cc6dc03..77e79bf 100644
--- a/setup.py
+++ b/setup.py
@@ -208,7 +208,7 @@ def do_setup():
             'flask-cache>=0.13.1, <0.14',
             'flask-login==0.2.11',
             'flask-swagger==0.2.13',
-            'flask-wtf==0.14',
+            'flask-wtf>=0.14, <0.15',
             'funcsigs==1.0.0',
             'future>=0.16.0, <0.17',
             'gitpython>=2.0.2',