jonasundderwolf / django-image-cropping

Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
Other
552 stars 131 forks source link

easy_thumbnails missing from dependencies (and/or from install instructions) #56

Closed atleta closed 9 years ago

atleta commented 9 years ago

Hi,

easy_thumbnails should be installed as a dependency as django-image-cropping doesn't work without it at all. If that's not possible (e.g. because a different version is needed for different python versions) then at least add it to the install documentation (to the pip install line). Though automatic install would be the best.