diff --git a/pyproject.toml b/pyproject.toml index 888c683..9387184 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,9 @@ requires-python = ">=3.12" dependencies = [ "httpx>=0.28.1", "markdown-it-py", + "rich>=14.2.0", "sulguk>=0.11.0", - "typer", + "typer>=0.21.0", ] classifiers = [ "License :: OSI Approved :: MIT License",