Basisimplementierung für Mailversandt.

This commit is contained in:
Frank Agerholm 2026-01-16 20:51:40 +01:00
commit 531b9cb10e
No known key found for this signature in database
14 changed files with 520 additions and 41 deletions

View file

@ -13,11 +13,14 @@ fastapi = "^0.115"
uvicorn = {version = "^0.30", extras = ["standard"]}
sqlalchemy = "^2.0"
asyncpg = "^0.29"
pydantic = "^2.6"
pydantic = {extras = ["email"], version = "^2.12.5"}
aio-pika = "^9.4"
httpx = "^0.27"
python-dotenv = "^1.0"
dnspython = "^2.6"
python-multipart = "^0.0.21"
pytest = "^9.0.2"
aiosqlite = "^0.22.1"
[tool.poetry.group.dev.dependencies]
black = "^24.10"