add auto discovery mode to multicaster and streamline dependencies
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user