Skip to content

Commit

Permalink
imp: 更新依赖 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
0-8-4 authored Apr 12, 2024
1 parent 08ddd7c commit 8903122
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8903122

Please sign in to comment.