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',