Skip to content

Clean up optional dependencies #2539

Closed
@dstansby

Description

@dstansby

On the current main branch, there are "extra" and "optional" optional dependecy groups. These names aren't very descriptive, so over in #2538 I wasn't sure how to documente them. It would be good if we moved or renamed these dependencies. Does anyone have any suggestions?

[project.optional-dependencies]
...
extra = [
    'msgpack',
]
optional = [
    'universal-pathlib>=0.0.22',
    'rich'
]
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions