From 35d8549a38ad7091ee63e6c751894c1b4261ec52 Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Wed, 16 Apr 2025 00:25:35 +0530 Subject: [PATCH] Added pillow to handle the thumbnails for the games Signed-off-by: Pratyush Desai --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 98902b3..1b6c8a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,7 @@ certifi==2024.12.14 charset-normalizer==3.4.1 Django==5.1.5 idna==3.10 +pillow==11.2.1 podman==5.2.0 requests==2.32.3 sqlparse==0.5.3 -- 2.35.3