ZODB in deps

pull/15/head
Michael Egorov 2017-08-18 10:31:59 -07:00
parent f7a3eaa5ca
commit 927969dc31
1 changed files with 3 additions and 1 deletions

View File

@ -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