1
0
mirror of https://github.com/cheat/cheat.git synced 2025-04-11 12:06:06 +02:00

Merge pull request 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

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