mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: remove sentry from backend
This commit is contained in:
parent
543f6ea86a
commit
ae63f56645
4 changed files with 2 additions and 60 deletions
|
|
@ -27,7 +27,6 @@ dependencies = [
|
|||
"redis>=5.0.7",
|
||||
"requests>=2.32.3",
|
||||
"resend>=2.4.0",
|
||||
"sentry-sdk[fastapi]>=2.13.0",
|
||||
"sqlmodel>=0.0.19",
|
||||
"tiktoken>=0.7.0",
|
||||
"uvicorn==0.30.1",
|
||||
|
|
@ -38,6 +37,7 @@ dependencies = [
|
|||
"sqlalchemy-utils>=0.41.2",
|
||||
"stripe>=11.1.1",
|
||||
"python-jose>=3.3.0",
|
||||
"logfire[sqlalchemy]>=3.8.0",
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue