Report errors to Glitchtip

This commit is contained in:
2025-02-26 01:10:52 +01:00
parent cdeca9498c
commit e82f7224c5
3 changed files with 593 additions and 328 deletions
+2 -1
View File
@@ -11,7 +11,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
icalendar = "^4.0.9"
fastapi = "^0.75.0"
fastapi = "^0.115.0"
uvicorn = {extras = ["standard"], version = "^0.17.6"}
Jinja2 = "^3.1.0"
Babel = "^2.9.1"
@@ -20,6 +20,7 @@ recurring-ical-events = "^1.0.1-beta.0"
pyyaml = "^6.0"
asyncache = "^0.3.1"
pytz = "^2025.1"
sentry-sdk = {extras = ["fastapi"], version = "^2.22.0"}
[tool.poetry.dev-dependencies]
black = "^22.1.0"