core/cli: update vendored completion files
update required click version to 8.1 so we dont regenerate the vendored completions wrong in the future
This commit is contained in:
parent
c283e542e3
commit
ff84d8fc88
3 changed files with 9 additions and 7 deletions
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ INSTALL_REQUIRES = [
|
|||
'appdirs', # very common, and makes it portable
|
||||
'more-itertools', # it's just too useful and very common anyway
|
||||
'decorator' , # less pain in writing correct decorators. very mature and stable, so worth keeping in core
|
||||
'click>=8.0' , # for the CLI, printing colors, decorator-based - may allow extensions to CLI
|
||||
'click>=8.1' , # for the CLI, printing colors, decorator-based - may allow extensions to CLI
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue