- update multicast_server - modify config models - add dockerfile and docker compose Reviewed-on: https://gitea.pstruebi.xyz/auracaster/bumble-auracast/pulls/4
26 lines
650 B
TOML
26 lines
650 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",
|
|
"fastapi==0.115.11",
|
|
"uvicorn==0.34.0",
|
|
"pydantic",
|
|
"aiohttp==3.9.3"
|
|
]
|
|
|
|
[project.optional-dependencies]
|
|
test = [
|
|
"pytest >= 8.2",
|
|
"pytest-asyncio"
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=61"] #, "wheel", "setuptools_scm>=8"
|
|
build-backend = "setuptools.build_meta"
|