From fe2798fefdae7421a04d2392e738d57efd73383c Mon Sep 17 00:00:00 2001 From: Matthias Bilger Date: Sun, 21 Oct 2018 07:38:32 +0200 Subject: [PATCH] updated setup --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cd646aa..71877c7 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( url = 'https://github.com/mypackage.git', author = 'Matthias Bilger', author_email = 'matthias@bilger.info', - description = 'grab infomentor news and push them', + description = 'grab infomentor news and push or mail them', packages = find_packages(), - install_requires = ['pycrypt', 'requests'], + install_requires = ['pycrypt', 'requests', 'sqlalchemy', 'dateparser', 'python-pushover' ], )