Update and fix build

This commit is contained in:
2024-06-18 22:26:52 +01:00
parent 1b4229ac39
commit ea24100bd4
5 changed files with 187 additions and 96 deletions

View File

@@ -6,11 +6,11 @@ authors = ["Jack O'Sullivan <j@ckos.ie>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
evdev = "^1.6.1"
python = "^3.11"
evdev = "^1.7.1"
pydub = "^0.25.1"
pyaudio = "^0.2.13"
pyyaml = "^6.0"
pyaudio = "^0.2.14"
pyyaml = "^6.0.1"
[tool.poetry.scripts]
boardie = 'boardie:main'