fixed typo

This commit is contained in:
2018-10-21 08:01:01 +02:00
parent fe2798fefd
commit a364e5ebfb

View File

@@ -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' ],
)