Merge pull request #421 from chrisallenlane/termcolor

Added termcolor dependency to setup.py
This commit is contained in:
Chris Allen Lane
2019-01-29 11:44:22 -05:00
committed by GitHub

View File

@ -31,6 +31,7 @@ setup(
install_requires = [ install_requires = [
'docopt >= 0.6.1', 'docopt >= 0.6.1',
'pygments >= 1.6.0', 'pygments >= 1.6.0',
'termcolor >= 1.1.0',
], ],
data_files = [ data_files = [
(cheat_path, cheat_files), (cheat_path, cheat_files),