bump theming to 0.9.10

This commit is contained in:
Hirnwunde
2026-05-19 12:07:33 +02:00
parent 18e9e2ac34
commit 7a2d44ee2d
11 changed files with 5034 additions and 2293 deletions

View File

@@ -6,6 +6,7 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY kobrax_moonraker_bridge.py .
COPY web ./web
COPY config_loader.py .
COPY env_loader.py .
COPY kobrax_client.py .