chore(service): avoid network-online stall and speed pipenv boot

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
pi
2026-05-03 21:27:31 +12:00
parent b316edbaf9
commit ed0048c795
6 changed files with 122 additions and 84 deletions

View File

@@ -19,7 +19,7 @@ websockets = "*"
pytest = "*"
[requires]
python_version = "3.12"
python_version = "3.11"
[scripts]
web = "python /home/pi/led-controller/tests/web.py"