From bcb98bc8cbe97b784e2406a56d28acc0fb526199 Mon Sep 17 00:00:00 2001 From: nathaniel smith Date: Mon, 20 Nov 2017 22:03:34 -0800 Subject: [PATCH] add colorama to setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da9d421..125194f 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,8 @@ setup( packages=['ttbp'], install_requires = [ 'inflect==0.2.5', - 'mistune==0.8.1' + 'mistune==0.8.1', + 'colorama==0.3.9', ], include_package_data = True, entry_points = {