1
0
Fork 0
forked from sr2/cloud-api

feat: adds Containerfile with frontend serving

This commit is contained in:
Iain Learmonth 2026-06-22 14:24:34 +01:00
parent c28b4dc37b
commit 9e1d6026b5
5 changed files with 56 additions and 7 deletions

View file

@ -8,7 +8,7 @@ requires-python = ">=3.12"
dependencies = [
"alembic>=1.18.4",
"email-validator>=2.3.0",
"fastapi>=0.136.3",
"fastapi>=0.138.0",
"httptools>=0.7.1",
"httpx>=0.28.1",
"itsdangerous>=2.2.0",
@ -34,11 +34,13 @@ line-length = 92
[tool.ruff.format]
quote-style = "double"
indent-style = "tab"
[tool.uv]
add-bounds = "major"
exclude-newer = "P2W"
exclude-newer-package = {
"fastapi" = "2026-06-22T00:00:00Z"
}
[dependency-groups]
dev = [