Add logfire
All checks were successful
Build and Publish Docker Image / build (push) Successful in 46s

This commit is contained in:
2024-11-11 10:44:26 +13:00
parent f184aa1680
commit 6abc9807c3
3 changed files with 634 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ python = "^3.12"
fastapi = "^0.115.4"
weasyprint = "^63.0"
uvicorn = "^0.32.0"
logfire = {extras = ["fastapi"], version = "^2.1.2"}
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"