Fix c&p dockerfile for running fastapi
All checks were successful
Build and Publish Docker Image / build (push) Successful in 50s
All checks were successful
Build and Publish Docker Image / build (push) Successful in 50s
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user