chore: add textual and textual-autocomplete dependencies

This commit is contained in:
fiatcode 2026-02-27 22:20:03 +07:00
parent 9fc5bfc2c4
commit ff9dbd101e
2 changed files with 136 additions and 0 deletions

View file

@ -9,10 +9,13 @@ dependencies = [
"numpy",
"opencv-python",
"scikit-learn",
"textual>=2.0.0",
"textual-autocomplete>=4.0.0",
]
[project.scripts]
faceblur-poc = "faceblur.cli:main"
pyfaceblur = "faceblur.app:run"
[tool.hatch.build.targets.wheel]
packages = ["src/faceblur"]