Windows color console support. update for pull request #252.

This commit is contained in:
Takayuki Shimizukawa
2014-07-05 01:16:33 +09:00
parent 6fc7a1ac3c
commit 6ab7a2cbec
3 changed files with 14 additions and 6 deletions
+3
View File
@@ -49,6 +49,9 @@ requires = [
'six', 'Jinja2>=2.3', 'Pygments>=1.2', 'docutils>=0.10', 'snowballstemmer>=1.1'
]
if sys.platform == 'win32':
requires.append('colorama')
# Provide a "compile_catalog" command that also creates the translated
# JavaScript files if Babel is available.