Switch gpiozero(fuck you) for lgpio
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user