python313Packages.typer-shell: relax rich (#401365)

This commit is contained in:
Fabian Affolter
2025-04-24 21:05:00 +02:00
committed by GitHub
@@ -28,6 +28,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"iterfzf"
"rich"
"typer"
];