Add support colored text in Windows Console

This commit is contained in:
UK992 2016-08-13 03:13:01 +02:00
parent 9a3b61abe1
commit fed0e94ec6
3 changed files with 7 additions and 0 deletions

View file

@ -16,6 +16,7 @@ VERSION = '0.1.0'
install_requires = [
"flake8==2.4.1",
"toml==0.9.1",
"colorama==0.3.7",
]
here = os.path.dirname(os.path.abspath(__file__))