Add Pillow dependency for thumbnail generation

This commit is contained in:
kihong.kim
2026-01-03 22:24:18 +09:00
parent c3795138da
commit 3f9fc90e61

View File

@@ -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