We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4030122 commit 41733a4Copy full SHA for 41733a4
colour_runner/result.py
@@ -1,7 +1,7 @@
1
from unittest import result
2
from unittest.util import strclass
3
4
-from blessings import Terminal
+from blessed import Terminal
5
from pygments import formatters, highlight
6
try:
7
# Python 2
setup.py
@@ -23,5 +23,5 @@
23
],
24
keywords='unittest colour color output',
25
packages=find_packages(),
26
- install_requires=['blessings', 'pygments'],
+ install_requires=['blessed', 'pygments'],
27
)
0 commit comments