From 279fda95c11dadb0aa352b1edc07f30fc0c533c8 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 25 Apr 2019 22:16:31 +0200 Subject: [PATCH] fix typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9a432b4..f8d15fa 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup(name='transwhat', install_requires=[ 'protobuf', 'yowsup', - 'pyspectrum2' + 'pyspectrum2', 'Pillow', 'python-dateutil' ],