Files
plotcctv/pyproject.toml
2026-07-29 15:47:27 +01:00

22 lines
416 B
TOML

[project]
name = "plotcctv"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13,<3.14"
dependencies = [
"gpiozero>=2.0.1.post3",
"numpy>=2.5.1",
"picamera2>=0.3.36",
"pyudev>=0.24.4",
]
[[tool.uv.index]]
name = "piwheels"
url = "https://www.piwheels.org/simple"
[tool.uv]
concurrent-builds = 1
concurrent-installs = 1
concurrent-downloads = 2