Unverified Commit 534c90d2 authored by Gavin John's avatar Gavin John
Browse files

python312Packages.plotly: Add kaleido to dependencies

parent 25ad2d11
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  setuptools,
  packaging,
  tenacity,
  kaleido,
}:

buildPythonPackage rec {
@@ -29,6 +30,7 @@ buildPythonPackage rec {
  dependencies = [
    packaging
    tenacity
    kaleido
  ];

  pythonImportsCheck = [ "plotly" ];