[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/v1-8-test Commit: cce6ffcf079e1385de3611329f2817ba6f34fa66 Parents: bccb9e2 Author: George Sakkis <[email protected]> Authored: Sat Jan 21 14:37:25 2017 +0200 Committer: George Sakkis <[email protected]> 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
