From d25d15b4a752ff8e286679c25448ba4738822494 Mon Sep 17 00:00:00 2001 From: Matthias Bilger Date: Sun, 21 Oct 2018 08:48:25 +0200 Subject: [PATCH] fixed type in setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 70f3f0c..347a495 100644 --- a/setup.py +++ b/setup.py @@ -8,5 +8,5 @@ setup( author_email = 'matthias@bilger.info', description = 'grab infomentor news and push or mail them', packages = find_packages(), - install_requires = ['pycrypt', 'request', 'sqlalchemy', 'dateparser', 'python-pushover' ], + install_requires = ['pycrypto', 'request', 'sqlalchemy', 'dateparser', 'python-pushover' ], )