From 927969dc31c53113cc157f1d1e69fc14e6d950ce Mon Sep 17 00:00:00 2001 From: Michael Egorov Date: Fri, 18 Aug 2017 10:31:59 -0700 Subject: [PATCH] ZODB in deps --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1726d0617..b0bedf53e 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,15 @@ from distutils.core import setup INSTALL_REQUIRES = [ 'kademlia>=1.0', - 'rpcudp>=3.0'] + 'rpcudp>=3.0', + 'ZODB>=5.0'] TESTS_REQUIRE = [ 'pytest', 'coverage', 'pytest-cov', 'pdbpp', + 'ipython' ] # should add --process-dependency-links to pip