Adding a status db to better track camera status.
CI / black (pull_request) Failing after 39s
CI / ruff (pull_request) Failing after 35s
CI / mypy (pull_request) Failing after 36s
CI / pytest (pull_request) Failing after 35s

This commit is contained in:
2026-04-25 09:06:10 -07:00
parent f5b0ddf063
commit 8d2aed5808
6 changed files with 378 additions and 18 deletions
+1
View File
@@ -11,6 +11,7 @@ python = "^3.12"
flask = "^3.0"
pillow = "^12.1.1"
gunicorn = "^25.1.0"
flask-sqlalchemy = "^3.1.1"
[tool.poetry.group.pi.dependencies]
picamera2 = "^0.3"