Use Pillow instead of PIL

This commit is contained in:
Oskar Hahn 2013-02-28 11:29:17 +01:00
parent f066e24e80
commit 7fb3c38cc8
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Django==1.5 Django==1.5
django-mptt==0.5.5 django-mptt==0.5.5
reportlab==2.6 reportlab==2.6
PIL==1.1.7 Pillow==1.7.8
coverage==3.6 coverage==3.6
django-discover-runner==0.3 django-discover-runner==0.3
pep8==1.4.4 pep8==1.4.4

View File

@ -43,7 +43,7 @@ setup(
'django >= 1.5', 'django >= 1.5',
'django-mptt', 'django-mptt',
'reportlab', 'reportlab',
'pil', 'pillow',
'tornado', 'tornado',
], ],
entry_points={ entry_points={