feat: add CLI dependency group with textual and tqdm packages for cli wrapper

This commit is contained in:
Santiago Martinez-Avial
2025-12-22 17:47:47 +01:00
parent e425733368
commit 572f59e9ce

View File

@@ -25,6 +25,7 @@ packages = ["src/helia"]
[dependency-groups]
dev = ["ruff>=0.14.10", "ty>=0.0.5"]
cli = ["textual>=6.11.0", "tqdm>=4.67.1"]
[tool.ruff]
line-length = 100