Fix c&p dockerfile for running fastapi
All checks were successful
Build and Publish Docker Image / build (push) Successful in 50s

This commit is contained in:
2024-11-11 10:59:06 +13:00
parent 6abc9807c3
commit 9fed90d9fe
3 changed files with 488 additions and 12 deletions

View File

@@ -9,9 +9,8 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
fastapi = "^0.115.4"
fastapi = {extras = ["standard"], version = "^0.115.4"}
weasyprint = "^63.0"
uvicorn = "^0.32.0"
logfire = {extras = ["fastapi"], version = "^2.1.2"}
[tool.poetry.group.dev.dependencies]