add readme, pyproject and resources
This commit is contained in:
parent
4df206981f
commit
d1552b3eb5
15 changed files with 629 additions and 87 deletions
|
|
@ -5,14 +5,17 @@ license-files = ["LICEN[CS]E*"]
|
|||
description = "A minimal pyproject.toml"
|
||||
authors = [ ]
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"insightface",
|
||||
"onnxruntime",
|
||||
"opencv-python", "matplotlib"
|
||||
dependencies = [
|
||||
"insightface",
|
||||
"onnxruntime",
|
||||
"opencv-python",
|
||||
"matplotlib",
|
||||
"fastapi[standard]",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
protestswap-cli = "protestswap.cli:main"
|
||||
# protestswap-server = "protestswap.server:"
|
||||
|
||||
[build-system]
|
||||
requires = ["uv_build >= 0.8.17, <0.9.0"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue