Pyproject: Add pillow to deps

Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
kingbri 2024-11-22 17:47:55 -05:00
parent 9c8186c138
commit 9cd7fcaf99

View file

@ -33,6 +33,7 @@ dependencies = [
"huggingface_hub",
"psutil",
"httptools>=0.5.0",
"pillow",
# Improved asyncio loops
"uvloop ; platform_system == 'Linux' and platform_machine == 'x86_64'",