From e1e5930a31773472df9278812c3cee9fad85fe82 Mon Sep 17 00:00:00 2001 From: Stephen Kent Date: Fri, 22 May 2026 00:02:09 -0700 Subject: [PATCH] Add `rich` to dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index dd481c9..9853813 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ classifiers = [ keywords = [] dependencies = [ "pyyaml>=6", + "rich>=15", "typer>=0.9", "typing_extensions>=4.1; python_version < '3.12'", ]