From cccd7a1e30f3314eabc3463dcd6ca26e9fb11d47 Mon Sep 17 00:00:00 2001 From: csd4ni3l Date: Fri, 8 Aug 2025 23:26:04 +0200 Subject: [PATCH] Update requirements.txt to include pillow for image resizing --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index d7703bf..4de8688 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,6 +29,8 @@ markupsafe==3.0.2 # werkzeug numpy==2.3.2 # via grass-touching-captcha (pyproject.toml) +pillow==11.3.0 + # via grass-touching-captcha (pyproject.toml) python-dotenv==1.1.1 # via dotenv requests==2.32.4