This commit is contained in:
parent
64dc79ba8e
commit
cfc5a8123c
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user