add dependencies for suntime and backoff

This commit is contained in:
2026-02-03 16:41:19 +01:00
parent 641dc70b87
commit ccb4ed2f5b
2 changed files with 48 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ dependencies = [
"uvicorn>=0.40.0",
"goodwe>=0.4.8",
"paho-mqtt>=2.1.0",
"suntime>=1.3.2",
"backoff>=2.2.1",
]
[dependency-groups]