Attempt to fix windows terminal compatibility (ping @jelloslinger). If this is working on windows, we should consider removing blessings in favor of colorama.

This commit is contained in:
Romain Dorgueil
2017-04-23 15:10:29 +02:00
parent 690ff3d108
commit 476923dc44
8 changed files with 56 additions and 68 deletions

View File

@ -22,6 +22,7 @@ enable_features = {
install_requires = [
'blessings >=1.6,<1.7',
'colorama >=0.3,<0.4',
'psutil >=5.0,<5.1',
'requests >=2.12,<2.13',
'stevedore >=1.19,<1.20',