add uv stuff
This commit is contained in:
parent
5d73bf125f
commit
927e2513e3
3 changed files with 101 additions and 0 deletions
18
pyproject.toml
Normal file
18
pyproject.toml
Normal 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",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue