Files
bumble-auracast/pyproject.toml
2025-03-05 18:00:26 +01:00

24 lines
603 B
TOML

[project]
name = "auracast"
version = "0.0.1"
requires-python = ">=3.8"
dependencies = [
"bumble @ git+ssh://git@ssh.pstruebi.xyz:222/auracaster/bumble_mirror.git@12bcdb7770c0d57a094bc0a96cd52e701f97fece",
"lc3 @ git+ssh://git@ssh.pstruebi.xyz:222/auracaster/liblc3.git@7558637303106c7ea971e7bb8cedf379d3e08bcc",
"sounddevice",
"aioconsole",
"quart == 0.20.0",
"pydantic"
]
[project.optional-dependencies]
test = [
"pytest >= 8.2",
"pytest-asyncio"
]
[build-system]
requires = ["setuptools>=61"] #, "wheel", "setuptools_scm>=8"
build-backend = "setuptools.build_meta"