18 lines
322 B
TOML
18 lines
322 B
TOML
[project]
|
|
name = "mixer"
|
|
version = "0.1.0"
|
|
description = "talks to atten & heath mixer via mqtt"
|
|
readme = "README.md"
|
|
authors = [
|
|
{ name = "coon", email = "coon@mailbox.org" }
|
|
]
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"mido>=1.3.3",
|
|
"paho-mqtt>=2.1.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"ruff>=0.13.1",
|
|
]
|