platypush/platypush/backend/http/manifest.yaml
Fabio Manganiello fee5fc4ae0
HTTP backend dependencies moved from optional to required
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.
2022-04-27 14:52:41 +02:00

7 lines
108 B
YAML

manifest:
events: {}
install:
pip:
- gunicorn
package: platypush.backend.http
type: backend