use Pillow instead of PIL

This commit is contained in:
Simon
2012-07-14 14:14:21 +02:00
parent a66eee2187
commit 926b1bbcd8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
Jinja2
PIL
Pillow

View File

@@ -4,7 +4,7 @@
from setuptools import setup
import sys
requires = ['PIL', 'jinja2', 'docutils']
requires = ['Pillow', 'jinja2', 'docutils']
if sys.version_info < (2,7):
requires.append('argparse')