Feat: update form, allow some fields to be optional; add dauerapp check; get mail setup working using env variables
Some checks failed
Docker Build (PR) / Build Docker image (pull_request) Has been cancelled

This commit is contained in:
2025-10-10 09:53:49 +02:00
parent ea9c13ae91
commit 5e37b57c9b
6 changed files with 73 additions and 20 deletions

View File

@@ -8,6 +8,7 @@ dependencies = [
"fastapi>=0.117.1",
"jinja2>=3.1.6",
"pip>=25.2",
"python-dotenv>=1.1.1",
"python-multipart>=0.0.20",
"uvicorn>=0.37.0",
]