python312Packages.plotly: Add kaleido to dependencies

This commit is contained in:
Gavin John 2024-09-02 21:57:21 -07:00
parent 25ad2d11ec
commit 534c90d223
No known key found for this signature in database
GPG Key ID: 792E158CDD33C3EE

View File

@ -5,6 +5,7 @@
setuptools,
packaging,
tenacity,
kaleido,
}:
buildPythonPackage rec {
@ -29,6 +30,7 @@ buildPythonPackage rec {
dependencies = [
packaging
tenacity
kaleido
];
pythonImportsCheck = [ "plotly" ];