Closed
Description
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
Labels
No labels