initial commit
This commit is contained in:
parent
6f2260e7f5
commit
1f3eb16391
4 changed files with 154 additions and 0 deletions
9
pyproject.toml
Normal file
9
pyproject.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[project]
|
||||
name = "hello-python"
|
||||
version = "0.1.0"
|
||||
description = "A minimal pyproject.toml"
|
||||
authors = [ ]
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [ "insightface", "opencv-python", "matplotlib" ]
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue