core/cli: autocomplete module names
This commit is contained in:
parent
8b01674fed
commit
6185942f78
4 changed files with 21 additions and 11 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' , # for the CLI, printing colors, decorator-based - may allow extensions to CLI
|
||||
'click>=8.0' , # for the CLI, printing colors, decorator-based - may allow extensions to CLI
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue