Repository: incubator-airflow
Updated Branches:
  refs/heads/master 004272b15 -> 45b735bae


[AIRFLOW-31] Add zope dependency

Closes #1608 from jlowin/standard-imports-2.
Also closes AIRFLOW-257.


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

Branch: refs/heads/master
Commit: 45b735baeac794b54dd89ced2f43eec54adf13f7
Parents: 004272b
Author: jlowin <jlo...@users.noreply.github.com>
Authored: Mon Jun 20 12:40:07 2016 -0400
Committer: jlowin <jlo...@users.noreply.github.com>
Committed: Mon Jun 20 12:40:27 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/45b735ba/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 978c484..3fc77ff 100644
--- a/setup.py
+++ b/setup.py
@@ -199,6 +199,7 @@ def do_setup():
             'setproctitle>=1.1.8, <2',
             'sqlalchemy>=0.9.8',
             'thrift>=0.9.2, <0.10',
+            'zope.deprecation>=4.0, <5.0',
         ],
         extras_require={
             'all': devel_all,
@@ -257,4 +258,3 @@ def do_setup():
 
 if __name__ == "__main__":
     do_setup()
-

Reply via email to