chore: add textual and textual-autocomplete dependencies
This commit is contained in:
parent
9fc5bfc2c4
commit
ff9dbd101e
2 changed files with 136 additions and 0 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue