Skip to content

Commit

Permalink
Update to colorful 0.4.4 and constrain requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Dec 15, 2018
1 parent 1c225c9 commit 543f2df
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions lbuild/format.py
Expand Up @@ -66,8 +66,6 @@ def wrap(self, name):
style = ansi_escape(name)
if style is not None:
if name in ["underlined", "bold"]:
if name == "underlined":
name = "underline"
close = ansi_escape("no_" + name)
else:
close = ansi_escape("close_fg_color")
Expand Down
2 changes: 1 addition & 1 deletion lbuild/main.py
Expand Up @@ -21,7 +21,7 @@

from lbuild.api import Builder

__version__ = '1.5.3'
__version__ = '1.5.5'


class InitAction:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,7 +1,7 @@
lxml
jinja2
anytree>=2.4.3
colorful<0.4.4
colorful==0.4.4

# Required for the tests
testfixtures
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -35,7 +35,7 @@
"jinja2",
"gitpython>=2.1.11",
"anytree>=2.4.3",
"colorful<0.4.4"],
"colorful==0.4.4"],

extras_require = {
"test": ["testfixtures", "coverage"],
Expand Down

0 comments on commit 543f2df

Please sign in to comment.