hovel / imagestore

Django gallery solution.
BSD 3-Clause "New" or "Revised" License
164 stars 71 forks source link

Please re-release to PyPi - latest version still requires old pil #29

Closed topiaruss closed 10 years ago

topiaruss commented 10 years ago

and the sane world has moved on to Alex Clarke's Pillow.

GeyseR commented 10 years ago

Where did you see PIL as requirement? It works for me in many projects with latest version of Pillow

topiaruss commented 10 years ago

look at the current download on PyPi.

Check setup.py.

    install_requires = [
        'django',
        'sorl-thumbnail',
        'south',
        'pil',
        'django-fancy-autocomplete',
        'django-tagging',
        ],

You just need to rebundle your current source for PyPi, and you should probably bump the minor version, too.

--r

On 20 May 2014, at 17:45, Sergey Fursov notifications@github.com wrote:

Where did you see hard requirement from PIL. It works for me in many projects with latest version of Pillow

— Reply to this email directly or view it on GitHub.

Russ Ferriday -- Software Product Architect, Developer, Mentor CEO Topia Systems Ltd. russf@topia.com -- +44 7429 518822

GeyseR commented 10 years ago

Oh, didn't see that, sorry. I'm using dev version of app. I'll re-release package in pypi ASAP Thanks for reporting!

GeyseR commented 10 years ago

https://pypi.python.org/pypi?:action=display&name=imagestore&version=2.7.7