protestswap/pyproject.toml

23 lines
476 B
TOML
Raw Permalink Normal View History

2025-10-13 17:32:48 +02:00
[project]
2025-10-14 00:01:19 +02:00
name = "protestswap"
2025-10-15 21:41:56 +02:00
version = "0.0.1"
2025-10-14 00:01:19 +02:00
license-files = ["LICEN[CS]E*"]
2025-10-13 17:32:48 +02:00
description = "A minimal pyproject.toml"
authors = [ ]
requires-python = ">=3.13"
2025-10-19 22:31:59 +02:00
dependencies = [
"insightface",
"onnxruntime",
"opencv-python", "matplotlib"
]
2025-10-13 17:32:48 +02:00
2025-10-14 00:01:19 +02:00
[project.scripts]
protestswap-cli = "protestswap.cli:main"
2025-10-13 17:32:48 +02:00
2025-10-14 00:01:19 +02:00
[build-system]
requires = ["uv_build >= 0.8.17, <0.9.0"]
build-backend = "uv_build"
2025-10-19 22:31:59 +02:00
[tool.setuptools.packages]
find = {namespaces = false} # Disable implicit namespaces