mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 01:39:26 +02:00
hooks: send zeromq/zmq/0mq messages
adds an optional dependency on pyzmq
This commit is contained in:
parent
6a0aaaf069
commit
d9db1534b1
12 changed files with 240 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue