mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Add support colored text in Windows Console
This commit is contained in:
parent
9a3b61abe1
commit
fed0e94ec6
3 changed files with 7 additions and 0 deletions
|
@ -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__))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue