Files
bumble-auracast/pyproject.toml
pstruebi 8ea7aeb412 restrucuture_for_cloud (#4)
- update multicast_server
- modify config models
- add dockerfile and docker compose

Reviewed-on: https://gitea.pstruebi.xyz/auracaster/bumble-auracast/pulls/4
2025-03-19 13:00:13 +01:00

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"