Skip to content

Specify kaleido as an optional requirement #3126

Closed
@tmarice

Description

@tmarice

Kaleido is an optional requirement for Plotly's static image export functionality, but currently there's no way to specify this dependency relationship. E.g. we're using pip-tools and even though kaleido isn't our project's direct dependency, we still have to specify it in the requirements.in file:

plotly==4.14.3
kaleido==0.1.0  # Plotly's dependency for static image export

Is it possible to add Kaleido to setuptools extras_require section, in order to be able to write something like pip install plotly[kaleido]?

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