From 48a7033ba628f4199640c9ebfae1699f53172702 Mon Sep 17 00:00:00 2001 From: crate Date: Sun, 25 May 2025 04:11:57 -0500 Subject: [PATCH] add pillow --- Dockerfile | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 28d84a1..534855c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN pip3 install openai RUN pip3 install aiohttp RUN pip3 install requests RUN pip3 install wikipedia +RUN pip3 install pillow RUN pip3 install qrcode CMD [ "python", "garfmain.py" ] diff --git a/requirements.txt b/requirements.txt index cddca3a..4f733b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ openai aiohttp requests wikipedia +pillow qrcode \ No newline at end of file