From 09e35acf874eab32dc250d554755788456da7f13 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Sun, 19 Nov 2023 03:40:34 +0000 Subject: [PATCH] Add PIL dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d61480d..b0bb2d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ dependencies = [ "msgspec", "natsort", "pathvalidate", + "pillow", "pyjwt", "sanic", "stream-zip",