diff --git a/pkgs/development/python-modules/typer/default.nix b/pkgs/development/python-modules/typer/default.nix index 21c437dbddbd..460b9bdda063 100644 --- a/pkgs/development/python-modules/typer/default.nix +++ b/pkgs/development/python-modules/typer/default.nix @@ -6,6 +6,7 @@ , flit-core , click , pytestCheckHook +, rich , shellingham , pytest-xdist , pytest-sugar @@ -38,6 +39,7 @@ buildPythonPackage rec { pytest-xdist pytest-sugar shellingham + rich coverage # execs coverage in tests ];