Skip to content

Commit

Permalink
Acknowledge click 8.0 incompatibility (ansible#3001)
Browse files Browse the repository at this point in the history
Upcoming changes in click break click-help-colors plugin so we need to prevent breaking at runtime until upstream issues are sorted.

Related: click-contrib/click-help-colors#12
Related: pallets/click#1721
  • Loading branch information
ssbarnea authored Nov 29, 2020
1 parent 02caf9d commit 0650abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ setup_requires =
# These are required in actual runtime:
install_requires =
cerberus >= 1.3.1
click >= 7.0
click >= 7.0, < 8.0 # https://github.com/click-contrib/click-help-colors/issues/12
click-completion >= 0.5.1
click-help-colors >= 0.6
cookiecutter >= 1.6.0, != 1.7.1
Expand Down

0 comments on commit 0650abe

Please sign in to comment.