From 72699ed32fc0ff00f6d86546919ac0babca5c1c5 Mon Sep 17 00:00:00 2001 From: Max P Date: Sat, 26 Apr 2025 16:18:09 +0000 Subject: [PATCH] Adds Rich library dependency Introduces Rich library (v14.0.0) to enhance text formatting and terminal output capabilities. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ff86dc5..db921ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ python = "^3.10" pyyaml = "^6.0.2" doit = "^0.36.0" pydantic = "^2.11.3" +rich = "^14.0.0" [build-system]