mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-04-28 01:42:34 +02:00
Pillow minimum version for CLI
This commit is contained in:
parent
88fb6069fc
commit
448a9cfaef
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue