add readme, pyproject and resources

This commit is contained in:
Prunebutt 2026-03-26 13:00:27 +01:00
parent 4df206981f
commit d1552b3eb5
15 changed files with 629 additions and 87 deletions

View file

@ -5,14 +5,17 @@ license-files = ["LICEN[CS]E*"]
description = "A minimal pyproject.toml"
authors = [ ]
requires-python = ">=3.13"
dependencies = [
"insightface",
"onnxruntime",
"opencv-python", "matplotlib"
dependencies = [
"insightface",
"onnxruntime",
"opencv-python",
"matplotlib",
"fastapi[standard]",
]
[project.scripts]
protestswap-cli = "protestswap.cli:main"
# protestswap-server = "protestswap.server:"
[build-system]
requires = ["uv_build >= 0.8.17, <0.9.0"]