jonasundderwolf / django-image-cropping

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

Example requires django-appconf but it is not in requirements.txt #125

Closed mogoh closed 5 years ago

mogoh commented 5 years ago

As the title says, the requirements.txt of the example is missing django-appconf.

anrie commented 5 years ago

But if you look at the install_requires section of setup.py ...