Added uWSGI optional dependency for HTTP backend

This commit is contained in:
Fabio Manganiello 2019-02-24 12:35:26 +01:00
parent e3fcebe4b6
commit 8153d8476f
4 changed files with 28 additions and 9 deletions

View file

@ -70,6 +70,7 @@ setup(
'Support for Pushbullet backend': ['requests', 'pushbullet.py'],
'Support for HTTP backend': ['flask','websockets', 'python-dateutil'],
'Support for HTTP poll backend': ['frozendict'],
'Support for external web server': ['uwsgi'],
'Support for database plugin': ['sqlalchemy'],
'Support for RSS feeds': ['feedparser'],
'Support for PDF generation': ['weasyprint'],