Switch gpiozero(fuck you) for lgpio

This commit is contained in:
2026-08-01 14:45:44 +02:00
parent 158b430235
commit 936b786659
3 changed files with 28 additions and 42 deletions

View File

@@ -18,8 +18,8 @@ dependencies = [
"pyscard>=2.3.1",
"alembic>=1.18.5",
"ruff>=0.16.0",
"gpiozero>=2.0.1.post3",
"pydantic-settings>=2.13.1",
'lgpio>=0.2.2.0' # ; sys_platform == "linux" and platform_machine == "aarch64"',
]
[tool.uv.sources]
@@ -28,6 +28,7 @@ python-desfire = { git = "https://github.com/waza-ari/python-desfire" }
[tool.uv.extra-build-dependencies]
python-desfire = ["poetry"]
"pyscard" = ["setuptools"]
"lgpio" = ["setuptools"]
[tool.setuptools]
py-modules = ["app"]