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/01/22 16:36:16 UTC

[2/5] incubator-airflow git commit: [AIRFLOW-784] Pin funcsigs to 1.0.0

[AIRFLOW-784] Pin funcsigs to 1.0.0


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

Branch: refs/heads/master
Commit: cce6ffcf079e1385de3611329f2817ba6f34fa66
Parents: bccb9e2
Author: George Sakkis <ge...@gmail.com>
Authored: Sat Jan 21 14:37:25 2017 +0200
Committer: George Sakkis <ge...@gmail.com>
Committed: Sat Jan 21 15:07:58 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/cce6ffcf/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 917a967..0386723 100644
--- a/setup.py
+++ b/setup.py
@@ -205,7 +205,7 @@ def do_setup():
             'flask-login==0.2.11',
             'flask-swagger==0.2.13',
             'flask-wtf==0.12',
-            'funcsigs>=1.0.2, <1.1',
+            'funcsigs==1.0.0',
             'future>=0.15.0, <0.16',
             'gitpython>=2.0.2',
             'gunicorn>=19.3.0, <19.4.0',  # 19.4.? seemed to have issues