Skip to content

Commit 41733a4

Browse files
committed
replace belssings with blessed to be compatible on windows
1 parent 4030122 commit 41733a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

colour_runner/result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from unittest import result
22
from unittest.util import strclass
33

4-
from blessings import Terminal
4+
from blessed import Terminal
55
from pygments import formatters, highlight
66
try:
77
# Python 2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
],
2424
keywords='unittest colour color output',
2525
packages=find_packages(),
26-
install_requires=['blessings', 'pygments'],
26+
install_requires=['blessed', 'pygments'],
2727
)

0 commit comments

Comments
 (0)