python312Packages.plotly: Add kaleido to dependencies
This commit is contained in:
parent
25ad2d11ec
commit
534c90d223
@ -5,6 +5,7 @@
|
||||
setuptools,
|
||||
packaging,
|
||||
tenacity,
|
||||
kaleido,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -29,6 +30,7 @@ buildPythonPackage rec {
|
||||
dependencies = [
|
||||
packaging
|
||||
tenacity
|
||||
kaleido
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "plotly" ];
|
||||
|
Loading…
Reference in New Issue
Block a user