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:40:21 UTC

incubator-airflow git commit: [AIRFLOW-552] upgrade funcsigs to 1.0.2

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 2daf7a816 -> 61f92b7f2


[AIRFLOW-552] upgrade funcsigs to 1.0.2

Closes #1826 from jedipi/improvements/upgrade-
funcsigs


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

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

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


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/61f92b7f/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index a63c1be..489478f 100644
--- a/setup.py
+++ b/setup.py
@@ -186,7 +186,7 @@ def do_setup():
             'flask-cache>=0.13.1, <0.14',
             'flask-login==0.2.11',
             'flask-wtf==0.12',
-            'funcsigs>=0.4, <1',
+            'funcsigs>=1.0.2, <1.1',
             'future>=0.15.0, <0.16',
             'gitpython>=2.0.2',
             'gunicorn>=19.3.0, <19.4.0',  # 19.4.? seemed to have issues