From e3e95836d076719488d5d6bf8f8148ff8a01ece8 Mon Sep 17 00:00:00 2001 From: Muawia Khan Date: Mon, 17 Sep 2018 14:10:22 +0200 Subject: [PATCH] Problem: bigchaindb not starting because of a module dependency (#2548) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a004178d..4181bddf 100644 --- a/setup.py +++ b/setup.py @@ -92,6 +92,7 @@ install_requires = [ 'aiohttp~=3.0', 'bigchaindb-abci==0.5.1', 'setproctitle~=1.1.0', + 'packaging~=17.0', ] setup(