This commit is contained in:
Justin Visser 2026-02-17 20:24:12 +01:00
parent efd21a7297
commit 441676be27
97 changed files with 10764 additions and 223 deletions

View file

@ -14,6 +14,7 @@ dependencies = [
"asyncpg>=0.30,<0.31",
"fastapi>=0.116,<0.117",
"itsdangerous>=2.2,<3.0",
"python-multipart>=0.0.9,<0.1",
"sqlalchemy>=2.0,<2.1",
"uvicorn[standard]>=0.34,<0.35",
]