Adds Rich library dependency

Introduces Rich library (v14.0.0) to enhance text formatting and terminal output capabilities.
This commit is contained in:
2025-04-26 16:18:09 +00:00
parent 690decb33b
commit 72699ed32f

View File

@@ -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]