%DEPENDS%
python-jedi
python-lsp-jsonrpc
python-pluggy
python-ujson
python-setuptools
python-websockets
python-docstring-to-markdown

%OPTDEPENDS%
python-mccabe: complexity checking
python-pycodestyle: linter - style checking
python-pydocstyle: linter - docstring style checking
python-pyflakes: linter to detect various errors
python-pylint: code linting
python-rope: for completions and renaming
autopep8: code formatting
flake8: error checking
yapf: code formatting (preferred)
python-whatthepatch: required for yapf support

