update to 0.1.28
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
paul2212
2026-03-16 15:18:57 +01:00
parent c3425a2b92
commit 2a7915a707
7 changed files with 125 additions and 208 deletions

View File

@@ -10,7 +10,8 @@ RUN apk add --no-cache \
python3 \
py3-pip \
dbus-dev \
build-base
build-base \
bluez
# Install Python dependencies from pip.
# We cannot use `pip install .` from pyproject.toml as it's outside the build context.