forked from platypush/platypush
Fabio Manganiello
fee5fc4ae0
If Platypush is supposed to work also without a manually created `config.yaml`, and the HTTP backend is enabled by default in that configuration, then Flask and companions should be among the required dependencies.
7 lines
108 B
YAML
7 lines
108 B
YAML
manifest:
|
|
events: {}
|
|
install:
|
|
pip:
|
|
- gunicorn
|
|
package: platypush.backend.http
|
|
type: backend
|