Initial main impl with disk poll thread

This commit is contained in:
2026-07-29 16:01:01 +01:00
parent f4900adb79
commit 7a01c06740
2 changed files with 38 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ 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",