Finish MVP and dockerize

This commit is contained in:
2026-04-02 19:15:47 +02:00
parent 90ad5e0260
commit 30cb18b55e
50 changed files with 2346 additions and 17 deletions

View File

@@ -15,10 +15,17 @@ dependencies = [
"fastapi",
"flask",
"flask-cors",
"httpx",
"boto3",
"pydantic",
"pydantic-settings",
"python-docx",
"python-dotenv",
"python-logging-loki",
"pyyaml",
"python-jose[cryptography]",
"sqlalchemy[asyncio]",
"asyncpg",
"redis",
"requests",
"seleniumbase",
@@ -44,7 +51,7 @@ dev = [
include-package-data = true
[tool.setuptools.packages.find]
include = ["alveslib*"]
include = ["alveslib*", "dlib*"]
exclude = ["apps*", "ml*", "tests*"]
[tool.uv]