Updated the requirements to use Pillow instead of PIL to handle images
This commit is contained in:
@@ -12,6 +12,11 @@
|
|||||||
|
|
||||||
* Updated the static media url in the login excempt url list
|
* 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
|
2011-08-06
|
||||||
Tag: Version 0.8.2
|
Tag: Version 0.8.2
|
||||||
|
|||||||
@@ -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/django-mptt/django-mptt.git@0af02a95877041b2fd6d458bd95413dc1666c321#egg=django-mptt
|
||||||
-e git://github.com/ahupp/python-magic.git@a75cf0a4a7790eb106155c947af9612f15693b6e#egg=python-magic
|
-e git://github.com/ahupp/python-magic.git@a75cf0a4a7790eb106155c947af9612f15693b6e#egg=python-magic
|
||||||
slate==0.3
|
slate==0.3
|
||||||
PIL==1.1.7
|
|
||||||
ghostscript==0.4.1
|
ghostscript==0.4.1
|
||||||
pdfminer==20110227
|
pdfminer==20110227
|
||||||
APScheduler==2.0.2
|
APScheduler==2.0.2
|
||||||
django-grappelli==2.3.3
|
django-grappelli==2.3.3
|
||||||
|
Pillow==1.7.4
|
||||||
|
|||||||
@@ -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/django-mptt/django-mptt.git@0af02a95877041b2fd6d458bd95413dc1666c321#egg=django-mptt
|
||||||
-e git://github.com/ahupp/python-magic.git@a75cf0a4a7790eb106155c947af9612f15693b6e#egg=python-magic
|
-e git://github.com/ahupp/python-magic.git@a75cf0a4a7790eb106155c947af9612f15693b6e#egg=python-magic
|
||||||
slate==0.3
|
slate==0.3
|
||||||
PIL==1.1.7
|
|
||||||
ghostscript==0.4.1
|
ghostscript==0.4.1
|
||||||
pdfminer==20110227
|
pdfminer==20110227
|
||||||
APScheduler==2.0.2
|
APScheduler==2.0.2
|
||||||
django-grappelli==2.3.3
|
django-grappelli==2.3.3
|
||||||
|
Pillow==1.7.4
|
||||||
|
|||||||
Reference in New Issue
Block a user