From 6efb5142bedcd609abaeb8ea5929c0a3fedb3478 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 11 Aug 2011 04:16:43 -0400 Subject: [PATCH] Updated the requirements to use Pillow instead of PIL to handle images --- docs/Changelog.txt | 5 +++++ requirements/development.txt | 2 +- requirements/production.txt | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/Changelog.txt b/docs/Changelog.txt index 5d3e563f91..08386d306d 100644 --- a/docs/Changelog.txt +++ b/docs/Changelog.txt @@ -12,6 +12,11 @@ * Updated the static media url in the login excempt url list +* Use Pillow (http://pypi.python.org/pypi/Pillow) instead of PIL + - Pillow is a fork of PIL with several updated including better + jpeg and png library detection + - Users must uninstall PIL before installing Pillow + 2011-08-06 Tag: Version 0.8.2 diff --git a/requirements/development.txt b/requirements/development.txt index ff3b847516..1e9357ff11 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -11,8 +11,8 @@ django-taggit==0.9.3 -e git://github.com/django-mptt/django-mptt.git@0af02a95877041b2fd6d458bd95413dc1666c321#egg=django-mptt -e git://github.com/ahupp/python-magic.git@a75cf0a4a7790eb106155c947af9612f15693b6e#egg=python-magic slate==0.3 -PIL==1.1.7 ghostscript==0.4.1 pdfminer==20110227 APScheduler==2.0.2 django-grappelli==2.3.3 +Pillow==1.7.4 diff --git a/requirements/production.txt b/requirements/production.txt index 1d204d80e6..b2ba31513a 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -8,8 +8,8 @@ django-taggit==0.9.3 -e git://github.com/django-mptt/django-mptt.git@0af02a95877041b2fd6d458bd95413dc1666c321#egg=django-mptt -e git://github.com/ahupp/python-magic.git@a75cf0a4a7790eb106155c947af9612f15693b6e#egg=python-magic slate==0.3 -PIL==1.1.7 ghostscript==0.4.1 pdfminer==20110227 APScheduler==2.0.2 django-grappelli==2.3.3 +Pillow==1.7.4