diff --git a/Dockerfile b/Dockerfile index aee5d81..0dc8a0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/requirements.txt b/requirements.txt index 9dafa8d..a83f761 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ pydantic==2.5.2 PyYAML==6.0.1 qrcode==7.4.2 tenacity==8.2.3 -qrcode>=7.4.2 \ No newline at end of file +qrcode>=7.4.2 +requests_toolbelt \ No newline at end of file