This commit is contained in:
2026-01-25 16:46:50 +01:00
parent 97c4bfd285
commit a9cf50986c
60 changed files with 377 additions and 5683 deletions

View File

@@ -28,11 +28,7 @@ dependencies = [
"python-dotenv>=1.0.0",
"alembic>=1.13.0",
"sqlalchemy>=2.0.0",
"fastapi>=0.110.0",
"uvicorn>=0.27.0",
"authlib>=1.3.0",
"httpx>=0.27.0",
"itsdangerous>=2.1.2",
"pyyaml>=6.0",
"jsonschema>=4.20.0",
"watchfiles>=0.21.0",
@@ -59,15 +55,6 @@ voice = [
"speechrecognition>=3.10.0",
"pydub>=0.25.0",
]
monitoring = [
"structlog>=23.2.0",
"prometheus-client>=0.19.0",
"opentelemetry-api>=1.21.0",
"opentelemetry-sdk>=1.21.0",
"opentelemetry-instrumentation>=0.42b0",
"psutil>=5.9.0",
"aiohttp>=3.9.0",
]
[project.scripts]
guardden = "guardden.__main__:main"