finally works...?

This commit is contained in:
Prunebutt 2025-10-19 22:31:59 +02:00
parent e047bcd136
commit 30ee8107fd
5 changed files with 115 additions and 39 deletions

View file

@ -5,7 +5,11 @@ license-files = ["LICEN[CS]E*"]
description = "A minimal pyproject.toml"
authors = [ ]
requires-python = ">=3.13"
dependencies = [ "insightface", "opencv-python", "matplotlib" ]
dependencies = [
"insightface",
"onnxruntime",
"opencv-python", "matplotlib"
]
[project.scripts]
protestswap-cli = "protestswap.cli:main"
@ -13,3 +17,6 @@ protestswap-cli = "protestswap.cli:main"
[build-system]
requires = ["uv_build >= 0.8.17, <0.9.0"]
build-backend = "uv_build"
[tool.setuptools.packages]
find = {namespaces = false} # Disable implicit namespaces