feat: 增加sentry-sdk
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ching 2024-03-20 18:18:54 +08:00
parent 64dc79ba8e
commit cfc5a8123c
2 changed files with 5 additions and 1 deletions

View File

@ -13,6 +13,9 @@ RUN wget -O /app/pygrocy.tar.gz https://cdn.tunpok.com/pygrocy.tar.gz
# install pygrocy
RUN pip install /app/pygrocy.tar.gz
# remove tar file
RUN rm -f /app/pygrocy.tar.gz
# 安装依赖
RUN pip install --no-cache-dir -r requirements.txt

View File

@ -1,3 +1,4 @@
# pygrocy @ git+https://github.com/looching/pygrocy@develop
apprise==1.7.4
beautifulsoup4==4.12.2
bleak==0.21.1
@ -13,9 +14,9 @@ Mastodon.py==1.8.1
numpy==1.26.1
peewee==3.17.0
Pillow==10.1.0
# pygrocy @ git+https://github.com/looching/pygrocy@develop
PyYAML==6.0.1
redis==4.6.0
reportlab==4.0.7
requests==2.28.2
sentry-sdk==1.42.0
sqlite-web==0.6.3