23 lines
438 B
TOML
23 lines
438 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",
|
|
"lgpio>=0.2.2.0",
|
|
"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
|