protestswap/pyproject.toml

10 lines
198 B
TOML
Raw Normal View History

2025-10-13 17:32:48 +02:00
[project]
name = "hello-python"
version = "0.1.0"
description = "A minimal pyproject.toml"
authors = [ ]
requires-python = ">=3.13"
dependencies = [ "insightface", "opencv-python", "matplotlib" ]