From 39e58fcbdd996b1fdb4267853887260bc0b63c06 Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 10 Oct 2018 19:42:29 -0400 Subject: [PATCH] added coloredlogs dependency to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index cfb6cb7b..2c92ce4a 100755 --- a/setup.py +++ b/setup.py @@ -82,6 +82,7 @@ setup( packages=find_packages(exclude=['contrib', 'docs', 'tests']), install_requires=[ + 'coloredlogs>=10.0', 'ethereum>=2.3.2', 'z3-solver>=4.5', 'requests',