Basisimplementierung für Mailversandt.
This commit is contained in:
parent
8505e9217a
commit
531b9cb10e
14 changed files with 520 additions and 41 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue