build: add check and install targets

This commit is contained in:
Laborratte5 2024-04-28 23:10:13 +02:00
parent 186a8294e1
commit 9010b9b0f7
Signed by: Laborratte5
GPG key ID: 3A30072E35202C02
3 changed files with 17 additions and 0 deletions

View file

@ -11,6 +11,7 @@ python = "^3.12"
[tool.poetry.group.dev.dependencies]
adafruit-ampy = "^1.1.0"
esptool = "^4.7.0"
mpy-cross = "^1.22.2"
[build-system]
requires = ["poetry-core"]