1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-06 14:52:50 +08:00

fix: 使用自己架设的 sentry 服务,解决 Cloudflare 额度超量问题

This commit is contained in:
涵曦
2024-12-22 11:22:26 +08:00
parent f2e096da38
commit a72777317e
4 changed files with 15 additions and 14 deletions

View File

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