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