From 89031221acc9e6e3c00f572b52487794a10bd117 Mon Sep 17 00:00:00 2001 From: 0-8-4 Date: Fri, 12 Apr 2024 21:00:25 +1000 Subject: [PATCH] =?UTF-8?q?imp:=20=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96=20(?= =?UTF-8?q?#269)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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