Skip to content

Commit

Permalink
[AIRFLOW-31] Add zope dependency
Browse files Browse the repository at this point in the history
Closes apache#1608 from jlowin/standard-imports-2.
Also closes AIRFLOW-257.
  • Loading branch information
jlowin committed Jun 20, 2016
1 parent 004272b commit 45b735b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -257,4 +258,3 @@ def do_setup():

if __name__ == "__main__":
do_setup()

0 comments on commit 45b735b

Please sign in to comment.