fix typo in setup.py

This commit is contained in:
Steffen Vogel 2019-04-25 22:16:31 +02:00
parent 26cf5722b2
commit 279fda95c1
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ setup(name='transwhat',
install_requires=[
'protobuf',
'yowsup',
'pyspectrum2'
'pyspectrum2',
'Pillow',
'python-dateutil'
],