From 24fdb592c22c1188f8c03ffc647a5c50df462c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Mon, 24 Jun 2013 14:33:42 +0200 Subject: [PATCH] added PIL requirement to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 516029a..b239e3f 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +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',], license='MIT', classifiers=[ 'Development Status :: 4 - Beta',