99designs / colorific

Automatic color palette detection
ISC License
700 stars 55 forks source link

pillows update #16

Closed pythonmobile closed 10 years ago

pythonmobile commented 11 years ago

Can you please update the code to pillows latest version?

larsyencken commented 11 years ago

Sorry I didn't get back to you. Was there a reason you wanted colorific pegged to a later Pillow version? The requirements.pip file actually specifies Pillow>=1.7.8, which means it will already pull in the latest Pillow version by default.

yetanotherape commented 10 years ago

There are Pillow==1.7.8 in requires.txt when istalling from pypi. Can you fix it to >=?

larsyencken commented 10 years ago

Thanks, I'll package up a minor release to fix it.

yetanotherape commented 10 years ago

Thanks!

larsyencken commented 10 years ago

The new 0.2.2 release uses Pillow>=1.7.8 in setup.py. This should be flexible enough for future versions of Pillow.