From b3ea80394151ab7ae090991936526a047e9bce80 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 24 Apr 2025 11:21:48 +0200 Subject: [PATCH] python313Packages.typer-shell: relax rich --- pkgs/development/python-modules/typer-shell/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/typer-shell/default.nix b/pkgs/development/python-modules/typer-shell/default.nix index 61052dcd5eb7..07f3ea5528ec 100644 --- a/pkgs/development/python-modules/typer-shell/default.nix +++ b/pkgs/development/python-modules/typer-shell/default.nix @@ -28,6 +28,7 @@ buildPythonPackage rec { pythonRelaxDeps = [ "iterfzf" + "rich" "typer" ];