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:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user