protestswap/pyproject.toml
2025-10-15 21:41:56 +02:00

15 lines
372 B
TOML

[project]
name = "protestswap"
version = "0.0.1"
license-files = ["LICEN[CS]E*"]
description = "A minimal pyproject.toml"
authors = [ ]
requires-python = ">=3.13"
dependencies = [ "insightface", "opencv-python", "matplotlib" ]
[project.scripts]
protestswap-cli = "protestswap.cli:main"
[build-system]
requires = ["uv_build >= 0.8.17, <0.9.0"]
build-backend = "uv_build"