protestswap/pyproject.toml
2025-10-13 18:06:04 +02:00

9 lines
198 B
TOML

[project]
name = "hello-python"
version = "0.1.0"
description = "A minimal pyproject.toml"
authors = [ ]
requires-python = ">=3.13"
dependencies = [ "insightface", "opencv-python", "matplotlib" ]