From 8c10e0ce3b38b3f40cb0c21a2f0993f96fcc27ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Mon, 22 Feb 2016 14:52:12 +0100 Subject: [PATCH] updated Pillow dependency in setup.py as well --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1b4e920..106c33e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( url='https://github.com/dnet/pySSTV', packages=['pysstv', 'pysstv.tests', 'pysstv.examples'], keywords='HAM SSTV slow-scan television Scottie Martin Robot', - install_requires = ['PIL',], + install_requires = ['Pillow',], license='MIT', classifiers=[ 'Development Status :: 4 - Beta',