Files
2026-04-14 16:07:31 +02:00

15 lines
287 B
TOML

[project]
name = "AareLC"
version = "0.1.1"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"opencv-python>=4.12.0.88",
"ultralytics>=8.4.14",
]
[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "-v --tb=short"