click-contrib / click-completion

Add or enhance bash, fish, zsh and powershell completion in Click
MIT License
288 stars 32 forks source link

psutil remains should be removed #25

Closed ssbarnea closed 4 years ago

ssbarnea commented 5 years ago

psutil is a soft-dependency of click-completion so it must be listed as an setup.cfg/setup.py extra, so users that want this functionality can install the package with extra.

Also the fact that psutil is not even listed it also means that is not tested, so users would never know which version range is safe to use.

glehmann commented 5 years ago

Looks like a good idea :-) Could you submit a pull request with this feature?