10 lines
198 B
TOML
10 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" ]
|
||
|
|
|
||
|
|
|