Edgewall Software

Changes between Initial Version and Version 5 of Ticket #12133


Ignore:
Timestamp:
Dec 17, 2015, 11:33:16 PM (8 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12133

    • Property Milestoneplugin - spam-filter
  • Ticket #12133 – Description

    initial v5  
    1 In #11031 / [11730] the code was modified to support `pillow` in addition to `pil`. However, since [4188], the package `PIL` is required in `setup.py`. Installing `Pillow` doesn't seem to be sufficient to satisfy the dependency.
     1In #11031 / [11730] the code was modified to support `pillow` in addition to `pil`. However, since [4181], the package `PIL` is required in `setup.py`. Installing `Pillow` doesn't seem to be sufficient to satisfy the dependency.
    22
    33I don't see a simple way to specify `Pillow` or `PIL` in `setup.py`'s `extras_require`. It might be easiest, since `PIL` doesn't seem to be maintained any longer, to just require `Pillow`.