diff --git a/setup.py b/setup.py index 89ec84082..c5b34534b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages INSTALL_REQUIRES = [ 'kademlia>=1.0', 'rpcudp>=3.0', - 'ZODB>=5.0', + 'lmdb', 'pynacl', 'npre', 'pysha3==1.0.2',