From cfc5a8123c65b2d74b2499792ff1cdb211e73e79 Mon Sep 17 00:00:00 2001 From: Ching Date: Wed, 20 Mar 2024 18:18:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0sentry-sdk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +++ requirements.txt | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ee986dd..fb34d2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/requirements.txt b/requirements.txt index e04dee0..2f8ad2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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