Skip to content

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

Closed
@doolio

Description

@doolio

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"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions