python-lsp/python-lsp-server

Different versions of autopep can be installed as optional dependencies

doolio opened this issue · 0 comments

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

[project.optional-dependencies]
all = [
"autopep8>=2.0.4,<2.1.0",

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

autopep8 = ["autopep8>=1.6.0,<2.1.0"]