Skip to content

Commit

Permalink
Fix click dependency version specification
Browse files Browse the repository at this point in the history
Closes #82
  • Loading branch information
msiemens committed Sep 28, 2018
1 parent fa0a2c8 commit 40a8a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version="1.5.1",
packages=find_packages(),
install_requires=['GitPython>=2.1.8', 'colorama>=0.3.7',
'termcolor>=1.1.0', 'click>=6.0.0',
'termcolor>=1.1.0', 'click>=6.0.0,<7.0.0',
'six>=1.10.0'],

# Tests
Expand Down

0 comments on commit 40a8a56

Please # to comment.