Add six to setup.py (#17)

It's required by `pysstv.sstv`
This commit is contained in:
Matt Molyneaux 2018-02-22 08:19:31 +00:00 committed by András Veres-Szentkirályi
parent 0c38059001
commit 75d9722491

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 Pasokon',
install_requires = ['Pillow',],
install_requires = ['Pillow', 'six'],
license='MIT',
classifiers=[
'Development Status :: 4 - Beta',