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 e2f4d58
Showing 1 changed file with 3 additions and 3 deletions.
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 e2f4d58

Please sign in to comment.