28 lines
746 B
TOML
28 lines
746 B
TOML
[project]
|
|
name = "sort-of-moonwalking"
|
|
version = "0.1.0"
|
|
description = "Visualise Sort/DeepSORT while tuning the meta parameters."
|
|
authors = [{ name = "Ruben van de Ven", email = "git@rubenvandeven.com" }]
|
|
requires-python = ">=3.12"
|
|
readme = "README.md"
|
|
dependencies = [
|
|
"deep-sort-realtime>=1.3.2,<2",
|
|
"pyglet>=2.0.17,<3",
|
|
"numpy>=2.1.1,<3",
|
|
"simple-online-realtime-tracking",
|
|
"pyserial~=3.5",
|
|
"easing-functions>=1.0.4,<2",
|
|
"pyglet-cornerpin>=0.1.0,<0.2",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = ["setuptools>=75.1.0,<76"]
|
|
|
|
[tool.uv]
|
|
|
|
[tool.uv.sources]
|
|
simple-online-realtime-tracking = { git = "https://git.rubenvandeven.com/security_vision/sort" }
|
|
|
|
#[build-system]
|
|
#requires = ["hatchling"]
|
|
#build-backend = "hatchling.build"
|