File size: 260 Bytes
f19e5f0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | [project]
name = "tincan-speech-commands"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"wakewords",
]
[tool.uv.sources]
wakewords = { path = "../wakewords", editable = true }
|