[project] name = "plotcctv" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.11,<3.12" 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