We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ddd7c commit 8903122Copy full SHA for 8903122
2 files changed
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:alpine
2
3
-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
4
5
RUN pip install --no-cache-dir pdm
6
requirements.txt
@@ -7,4 +7,5 @@ pydantic==2.5.2
7
PyYAML==6.0.1
8
qrcode==7.4.2
9
tenacity==8.2.3
10
-qrcode>=7.4.2
+qrcode>=7.4.2
11
+requests_toolbelt
0 commit comments