From a364e5ebfb584b9351b1b7c8208ed08c679eea4b Mon Sep 17 00:00:00 2001 From: Matthias Bilger Date: Sun, 21 Oct 2018 08:01:01 +0200 Subject: [PATCH] fixed typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 71877c7..70f3f0c 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', 'requests', 'sqlalchemy', 'dateparser', 'python-pushover' ], + install_requires = ['pycrypt', 'request', 'sqlalchemy', 'dateparser', 'python-pushover' ], )