protestswap/pyproject.toml

16 lines
372 B
TOML
Raw 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"
dependencies = [ "insightface", "opencv-python", "matplotlib" ]
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"