Slim down requirements
Some checks failed
/ test (push) Failing after 3s

This commit is contained in:
phil 2024-12-01 05:01:45 +01:00
parent 01ef678823
commit 9558e45bed
3 changed files with 13 additions and 419 deletions

View file

@ -8,8 +8,9 @@ authors = [{ name = "phil", email = "phil.dev@philome.mooo.com" }]
requires-python = ">=3.11"
dependencies = [
"aiosmtplib>=3.0.2",
"fastapi[standard]>=0.115.5",
"fastapi>=0.115.5",
"pydantic-settings>=2.6.1",
"uvicorn>=0.32.1",
]
[project.scripts]