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