Replaced command-line uwsgi wrapper in the backend.http docs with gunicorn

gunicorn makes it easier to set up a uWSGI wrapper
around the web application, and it's easier to
install and document than handling uwsgi as an
external system dependency.
This commit is contained in:
Fabio Manganiello 2021-12-11 22:44:00 +01:00
parent 20fc3d91fc
commit fa708663e1
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774
3 changed files with 13 additions and 13 deletions

View file

@ -78,9 +78,7 @@ setup(
# Support for Pushbullet backend and plugin
'pushbullet': ['pushbullet.py @ https://github.com/rbrcsk/pushbullet.py/tarball/master'],
# Support for HTTP backend
'http': ['flask', 'bcrypt', 'python-magic'],
# Support for uWSGI HTTP backend
'uwsgi': ['flask', 'uwsgi', 'bcrypt', 'python-magic'],
'http': ['flask', 'bcrypt', 'python-magic', 'gunicorn'],
# Support for MQTT backends
'mqtt': ['paho-mqtt'],
# Support for RSS feeds parser