jonasundderwolf / django-image-cropping

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

Requirement Django-appconf==0.6 not found #64

Closed jungornti closed 9 years ago

jungornti commented 9 years ago

While installing:

pip install django-appconf==0.6
Downloading/unpacking django-appconf==0.6
  Could not find a version that satisfies the requirement django-appconf==0.6 (from versions: 1.0.1, 1.0.1)
Cleaning up...
No distributions matching the version for django-appconf==0.6
Storing debug log for failure in ~/.pip/pip.log
anrie commented 9 years ago

Yeah, this should hopefully soon be resolved: https://twitter.com/jezdez/status/567314550555688960

huogerac commented 9 years ago

Hi @anrie, once the new django-appconf==1.0 seems to have just compatibility changes rather than structural ones. Is it possible to use the 1.0 version instead of the 0.6?

https://github.com/jezdez/django-appconf/blob/develop/docs/changelog.rst

anrie commented 9 years ago

I just published a new release that uses django-appconf 1.0.1: https://pypi.python.org/pypi/django-image-cropping/0.9.2

huogerac commented 9 years ago

Thank you! you're rock!

jungornti commented 9 years ago

Thank you, thats good.