updated setup
This commit is contained in:
4
setup.py
4
setup.py
@@ -6,7 +6,7 @@ setup(
|
|||||||
url = 'https://github.com/mypackage.git',
|
url = 'https://github.com/mypackage.git',
|
||||||
author = 'Matthias Bilger',
|
author = 'Matthias Bilger',
|
||||||
author_email = 'matthias@bilger.info',
|
author_email = 'matthias@bilger.info',
|
||||||
description = 'grab infomentor news and push them',
|
description = 'grab infomentor news and push or mail them',
|
||||||
packages = find_packages(),
|
packages = find_packages(),
|
||||||
install_requires = ['pycrypt', 'requests'],
|
install_requires = ['pycrypt', 'requests', 'sqlalchemy', 'dateparser', 'python-pushover' ],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user