Problem: Adding base58 as a requirement seems to break the build...

Solution: Reverting the changes
This commit is contained in:
z-bowen 2018-08-31 14:07:49 +02:00
parent 3d67565bda
commit 4a631ef3ae

View File

@ -91,7 +91,7 @@ install_requires = [
'pyyaml~=3.12', 'pyyaml~=3.12',
'aiohttp~=3.0', 'aiohttp~=3.0',
'bigchaindb-abci==0.5.1', 'bigchaindb-abci==0.5.1',
'setproctitle~=1.1.0', 'base58' 'setproctitle~=1.1.0',
] ]
setup( setup(