19 lines
468 B
TOML
19 lines
468 B
TOML
[project]
|
|
name = "alsa-delaytest"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [
|
|
{name = "pstruebi",email = "struebin.patrick@gmail.com"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"bumble @ git+ssh://git@ssh.pstruebi.xyz:222/auracaster/bumble_mirror.git@32d448edf3276f6b9056765a12879054d8a01fd8",
|
|
"sounddevice (>=0.5.2,<0.6.0)",
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|