python313Packages.typer-shell: relax rich

This commit is contained in:
Fabian Affolter
2025-04-24 11:21:48 +02:00
parent b6efa33a3c
commit b3ea803941
@@ -28,6 +28,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"iterfzf"
"rich"
"typer"
];