Add PIL dependency

This commit is contained in:
Leo Vasanko 2023-11-18 11:40:34 -08:00
parent 696e3ab568
commit 8dda230510

View File

@ -22,6 +22,7 @@ dependencies = [
"msgspec", "msgspec",
"natsort", "natsort",
"pathvalidate", "pathvalidate",
"pillow",
"pyjwt", "pyjwt",
"sanic", "sanic",
"stream-zip", "stream-zip",