Loading pkgs/development/python-modules/pipdeptree/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ graphviz, hatchling, hatch-vcs, packaging, pytest-mock, pytestCheckHook, pip, Loading @@ -32,7 +33,10 @@ buildPythonPackage rec { hatch-vcs ]; dependencies = [ pip ]; dependencies = [ pip packaging ]; passthru.optional-dependencies = { graphviz = [ graphviz ]; Loading Loading
pkgs/development/python-modules/pipdeptree/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ graphviz, hatchling, hatch-vcs, packaging, pytest-mock, pytestCheckHook, pip, Loading @@ -32,7 +33,10 @@ buildPythonPackage rec { hatch-vcs ]; dependencies = [ pip ]; dependencies = [ pip packaging ]; passthru.optional-dependencies = { graphviz = [ graphviz ]; Loading