From 3c03668a28f218fd8e233690e790e4d0c3861fee Mon Sep 17 00:00:00 2001 From: Maxim Starodubcev Date: Fri, 31 Jul 2015 22:16:31 +0300 Subject: [PATCH] Fix requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1bb3f5a..05ff1ea 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ }, install_requires=[ 'django', - 'PIL' + 'Pillow' ], author='Viktor Kotseruba', author_email='barbuzaster@gmail.com',