mirror of
https://github.com/cheat/cheat.git
synced 2025-04-11 12:06:06 +02:00
Merge pull request #421 from chrisallenlane/termcolor
Added termcolor dependency to setup.py
This commit is contained in:
commit
574a7ec3c9
1
setup.py
1
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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user