imp: 更新依赖 (#269)

This commit is contained in:
0-8-4 2024-04-12 21:00:25 +10:00 committed by GitHub
parent 08ddd7c66f
commit 89031221ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM python:alpine
RUN apk add --no-cache gcc g++ musl-dev python3-dev libffi-dev rust cargo
RUN apk add --no-cache gcc g++ musl-dev python3-dev libffi-dev rust rustc cargo pkgconfig libressl-dev
RUN pip install --no-cache-dir pdm

View File

@ -7,4 +7,5 @@ pydantic==2.5.2
PyYAML==6.0.1
qrcode==7.4.2
tenacity==8.2.3
qrcode>=7.4.2
qrcode>=7.4.2
requests_toolbelt