add uv stuff

This commit is contained in:
coon 2025-09-24 21:44:23 +02:00
parent 5d73bf125f
commit 927e2513e3
3 changed files with 101 additions and 0 deletions

18
pyproject.toml Normal file
View file

@ -0,0 +1,18 @@
[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",
]