ZODB -> lmdb

pull/24/head^2
Michael Egorov 2017-09-05 12:24:40 -07:00
parent cc1ed27305
commit 7c6f6a40f4
1 changed files with 1 additions and 1 deletions

View File

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