hooks: send zeromq/zmq/0mq messages

adds an optional dependency on pyzmq
This commit is contained in:
ed 2025-01-22 21:18:42 +00:00
parent 6a0aaaf069
commit d9db1534b1
12 changed files with 240 additions and 17 deletions

View file

@ -342,6 +342,7 @@ python3 -m venv .venv
. .venv/bin/activate
pip install jinja2 strip_hints # MANDATORY
pip install argon2-cffi # password hashing
pip install pyzmq # send 0mq from hooks
pip install mutagen # audio metadata
pip install pyftpdlib # ftp server
pip install partftpy # tftp server