From 7fb3c38cc8df1cabfd848cc4bd0e2f682ab75605 Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Thu, 28 Feb 2013 11:29:17 +0100 Subject: [PATCH] Use Pillow instead of PIL --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f8251b9ca..218657ae1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Django==1.5 django-mptt==0.5.5 reportlab==2.6 -PIL==1.1.7 +Pillow==1.7.8 coverage==3.6 django-discover-runner==0.3 pep8==1.4.4 diff --git a/setup.py b/setup.py index 1f637afcb..8ef02e43d 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( 'django >= 1.5', 'django-mptt', 'reportlab', - 'pil', + 'pillow', 'tornado', ], entry_points={