Problem: bigchaindb not starting because of a module dependency

This commit is contained in:
Ahmed Muawia Khan 2018-09-17 14:01:41 +02:00
parent 3cb0f8e2ab
commit 0344030b53

View File

@ -92,6 +92,7 @@ install_requires = [
'aiohttp~=3.0',
'bigchaindb-abci==0.5.1',
'setproctitle~=1.1.0',
'packaging~=17.0',
]
setup(