Problem: bigchaindb not starting because of a module dependency (#2548)

This commit is contained in:
Muawia Khan 2018-09-17 14:10:22 +02:00 committed by Troy McConaghy
parent 8e5f770707
commit e3e95836d0

View File

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