Adding a status db to better track camera status. (#12)
CI / black (push) Successful in 1m25s
CI / ruff (push) Failing after 1m17s
CI / pytest (push) Successful in 1m22s
Dependency update / dependency-update (push) Successful in 1m42s
CI / mypy (push) Failing after 1m25s

Reviewed-on: #12
Co-authored-by: Andrew Kettel <andrew.kettel@gmail.com>
Co-committed-by: Andrew Kettel <andrew.kettel@gmail.com>
This commit was merged in pull request #12.
This commit is contained in:
2026-04-25 09:07:11 -07:00
committed by letteka
parent 76d9ace2b2
commit f5c30e261c
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"