From 4a631ef3aefd2d822e7a9255125e9aadeae5e9ee Mon Sep 17 00:00:00 2001 From: z-bowen Date: Fri, 31 Aug 2018 14:07:49 +0200 Subject: [PATCH] Problem: Adding base58 as a requirement seems to break the build... Solution: Reverting the changes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e7979d1..dcecca51 100644 --- a/setup.py +++ b/setup.py @@ -91,7 +91,7 @@ install_requires = [ 'pyyaml~=3.12', 'aiohttp~=3.0', 'bigchaindb-abci==0.5.1', - 'setproctitle~=1.1.0', 'base58' + 'setproctitle~=1.1.0', ] setup(