From 3f9fc90e615e125c1bc00a8147bb65382586934a Mon Sep 17 00:00:00 2001 From: "kihong.kim" Date: Sat, 3 Jan 2026 22:24:18 +0900 Subject: [PATCH] Add Pillow dependency for thumbnail generation --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index b1e1520..70917bd 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,3 +12,4 @@ celery>=5.3.6 redis>=5.0.1 httpx>=0.26.0 curl_cffi>=0.13.0,<0.14.0 # For yt-dlp browser impersonation (yt-dlp only supports <0.14) +Pillow>=10.2.0 # For thumbnail generation