diff --git a/setup.py b/setup.py index f81844c..b4f051e 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ setup( install_requires = [ 'docopt >= 0.6.1', 'pygments >= 1.6.0', + 'termcolor >= 1.1.0', ], data_files = [ (cheat_path, cheat_files),