15 lines
287 B
TOML
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"
|