[project] | |
name = "adtriton" | |
version = "0.1.0" | |
description = "트리트리트리트리트리튼" | |
authors = [{ name = "Dowon", email = "[email protected]" }] | |
dependencies = [ | |
"huggingface-hub", | |
"ultralytics>=8.2", | |
"onnx", | |
"onnxruntime", | |
"onnxsim", | |
"onnxslim", | |
] | |
requires-python = ">=3.11" | |
readme = "README.md" | |
license = { text = "AGPL-3.0" } | |
[project.optional-dependencies] | |
dev = ["ruff", "pre-commit"] | |
[tool.pdm] | |
distribution = false | |