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
commit 574a7ec3c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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),