Added possibility to update calendar

This commit is contained in:
2019-05-01 17:44:58 +02:00
parent 9d5c153d8d
commit 5136add2d6
6 changed files with 257 additions and 6 deletions

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 = ['pycrypto', 'request', 'sqlalchemy', 'dateparser', 'python-pushover' ],
install_requires = ['pycrypto', 'request', 'sqlalchemy', 'dateparser', 'python-pushover', 'caldav', 'bs4', 'icalendar' ],
)