add pillow

This commit is contained in:
2025-05-25 04:11:57 -05:00
parent 9e436d8d78
commit 48a7033ba6
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ RUN pip3 install openai
RUN pip3 install aiohttp RUN pip3 install aiohttp
RUN pip3 install requests RUN pip3 install requests
RUN pip3 install wikipedia RUN pip3 install wikipedia
RUN pip3 install pillow
RUN pip3 install qrcode RUN pip3 install qrcode
CMD [ "python", "garfmain.py" ] CMD [ "python", "garfmain.py" ]

View File

@ -3,4 +3,5 @@ openai
aiohttp aiohttp
requests requests
wikipedia wikipedia
pillow
qrcode qrcode