forked from platypush/platypush
Fabio Manganiello
fa708663e1
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.
10 lines
152 B
YAML
10 lines
152 B
YAML
manifest:
|
|
events: {}
|
|
install:
|
|
pip:
|
|
- flask
|
|
- bcrypt
|
|
- python-magic
|
|
- gunicorn
|
|
package: platypush.backend.http
|
|
type: backend
|