Does this package use PIL anywhere ? #1060
Answered
by
JorjMcKie
mat100payette
asked this question in
Looking for help
-
I'm looking for bad dependencies matches in my solution and well I'm struggling to find this package's deps. Is there a list of its dependencies for each wheel somewhere ? |
Beta Was this translation helpful? Give feedback.
Answered by
JorjMcKie
May 25, 2021
Replies: 1 comment 1 reply
-
It has no dependencies at all, with the exception of 3 methods:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JorjMcKie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It has no dependencies at all, with the exception of 3 methods:
Pixmap.pillowWrite
andPixmap.pillowData
(new names:Pixmap.pil_save()
andPixmap.pil_tobytes
). Both are optional - everything works without Pillow.Document.subset_fonts
, which needs fontTools, also optional.