Add dependency on rich

This commit is contained in:
Albert Peschar
2022-11-20 18:52:29 +00:00
parent 7dc198a889
commit c38900f57f
@@ -5,6 +5,8 @@
, setuptools-scm
, pytestCheckHook
, littleutils
, pythonAtLeast
, rich
}:
buildPythonPackage rec {
@@ -31,6 +33,8 @@ buildPythonPackage rec {
pytestCheckHook
asttokens
littleutils
] ++ lib.optionals (pythonAtLeast "3.11") [
rich
];
pythonImportsCheck = [