Remove rich dep
All checks were successful
/ build (push) Successful in 14s

This commit is contained in:
phil 2025-05-25 17:34:05 +02:00
parent 7d1af1199c
commit 581d7edb9f
4 changed files with 12 additions and 57 deletions

View file

@ -8,7 +8,7 @@ dependencies = [
"httpx>=0.28.1",
"netaddr>=1.3.0",
"pydantic-settings[yaml]>=2.9.1",
"typer>=0.15.3",
"typer-slim>=0.15.4",
]
[dependency-groups]