added minimal webinterface

This commit is contained in:
2018-10-21 21:43:11 +02:00
parent 830e50d6f4
commit 86ad36a263
4 changed files with 71 additions and 4 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', 'flask', 'flask-bootstrap' ],
)