add auto discovery mode to multicaster and streamline dependencies

This commit is contained in:
2025-04-03 15:09:35 +02:00
parent 4d401ccee5
commit f2e0d7e7be
3 changed files with 1659 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "auracast"
version = "0.0.1"
requires-python = ">=3.8"
requires-python = ">=3.11"
dependencies = [
"bumble @ git+ssh://git@ssh.pstruebi.xyz:222/auracaster/bumble_mirror.git@12bcdb7770c0d57a094bc0a96cd52e701f97fece",
@@ -10,8 +10,9 @@ dependencies = [
"aioconsole",
"fastapi==0.115.11",
"uvicorn==0.34.0",
"pydantic",
"aiohttp==3.9.3"
"aiohttp==3.9.3",
"sounddevice (>=0.5.1,<0.6.0)",
"aioconsole (>=0.8.1,<0.9.0)"
]
[project.optional-dependencies]