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