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