updated Pillow dependency in setup.py as well

This commit is contained in:
András Veres-Szentkirályi 2016-02-22 14:52:12 +01:00
parent 7335f72c91
commit 8c10e0ce3b

View file

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