python-lsp / python-lsp-server

Fork of the python-language-server project, maintained by the Spyder IDE team and the community
MIT License
1.9k stars 197 forks source link

Different versions of autopep can be installed as optional dependencies #513

Closed doolio closed 8 months ago

doolio commented 8 months ago

If one selects python-lsp-server[all] optional dependencies they will get the following:

https://github.com/python-lsp/python-lsp-server/blob/762853c3398f9095a895f3a3dd97d7c928c23f73/pyproject.toml#L28-L30

However, if they select python-lsp-server[autopep8] they will get the following:

https://github.com/python-lsp/python-lsp-server/blob/762853c3398f9095a895f3a3dd97d7c928c23f73/pyproject.toml#L41