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