1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-05-20 11:15:46 +08:00

feat: 接入 sentry 平台

This commit is contained in:
涵曦
2024-12-18 16:42:06 +08:00
parent 0238982925
commit 7301953592
7 changed files with 80 additions and 21 deletions

View File

@@ -20,6 +20,7 @@ dependencies = [
"pillow>=10.4.0",
"python-multipart>=0.0.12",
"requests>=2.32.3",
"sentry-sdk[fastapi]>=2.19.2",
]
requires-python = ">=3.10,<=3.12"
readme = "README.md"