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={