platypush/platypush/backend/log/http/manifest.yaml

17 lines
327 B
YAML
Raw Normal View History

manifest:
events:
platypush.message.event.log.http.HttpLogEvent: when a new log line is created.
install:
apk:
- py3-watchdog
apt:
- python3-watchdog
2023-09-21 23:20:06 +02:00
dnf:
- python-watchdog
pacman:
- python-watchdog
pip:
- watchdog
package: platypush.backend.log.http
type: backend