Add pillow
as an optional dependency
#141
hasansezertasan
started this conversation in
Ideas
Replies: 1 comment
-
I just double-checked: the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some validators and processors require
pillow
to be used. Isn't it good to addpillow
as an optional dependency? So the developers can install the sqlalchemy-file with thepip install sqlalchemy-file[image]
command without worrying about other dependencies and their versions.I don't remember why but I had to install
fasteners
to run my application and I'm not sure if I should pin the version or not.Beta Was this translation helpful? Give feedback.
All reactions