Pillow minimum version for CLI

This commit is contained in:
Jim Miller 2023-10-07 09:29:20 -05:00
parent 88fb6069fc
commit 448a9cfaef

View file

@ -125,7 +125,7 @@ dependencies = [ # Optional
# Similar to `dependencies` above, these must be valid existing
# projects.
[project.optional-dependencies] # Optional
image_processing = ['Pillow']
image_processing = ['Pillow >= 3.3.0']
# List URLs that are relevant to your project
#