chore: replace textual with rich and questionary for simpler CLI

This commit is contained in:
fiatcode 2026-02-28 10:04:39 +07:00
parent 3d4b541fde
commit 78f3b3f91b
2 changed files with 34 additions and 71 deletions

View file

@ -9,7 +9,8 @@ dependencies = [
"numpy",
"opencv-python",
"scikit-learn",
"textual>=2.0.0",
"rich",
"questionary",
]
[project.scripts]