Skip to content

Commit

Permalink
Constrain requirement versions
Browse files Browse the repository at this point in the history
colorful 0.4.4 is not backwards compatible
  • Loading branch information
salkinium committed Dec 8, 2018
1 parent c3c31c2 commit 7b8f4e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lbuild/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from lbuild.api import Builder

__version__ = '1.5.0'
__version__ = '1.5.1'


class InitAction:
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
lxml
jinja2
anytree
colorful
anytree>=2.4.3
colorful<0.4.4

# Required for the tests
testfixtures
coverage

# For the handling of external repositories
gitpython
gitpython>=2.1.11

0 comments on commit 7b8f4e2

Please sign in to comment.