python3Packages.typer: include rich in checkInputs

This commit is contained in:
Robert Scott
2022-07-21 22:35:33 +02:00
committed by Martin Weinelt
parent 465efd5bb4
commit fe35f960d2
@@ -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
];