networking/wireguard_container (#5)

Add container with wireguard config, improve general setup with poetry

Reviewed-on: https://gitea.pstruebi.xyz/auracaster/bumble-auracast/pulls/5
This commit was merged in pull request #5.
This commit is contained in:
2025-04-14 09:32:24 +02:00
parent 8ea7aeb412
commit d35a8bee2c
11 changed files with 1739 additions and 16 deletions
+4 -3
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]