From adf7856162a045dfdbd9dd07828302ba8187ce78 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 12 May 2019 11:30:36 +0200 Subject: [PATCH] Add new colorama dependency --- setup.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d49e93300..f8382e3f7 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,11 @@ setup( ] }, obsoletes=['atticmatic'], - install_requires=('pykwalify>=1.6.0,<14.06', 'ruamel.yaml>0.15.0,<0.16.0', 'setuptools'), + install_requires=( + 'pykwalify>=1.6.0,<14.06', + 'ruamel.yaml>0.15.0,<0.16.0', + 'setuptools', + 'colorama>=0.4.1,<0.5', + ), include_package_data=True, )