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

@ -144,6 +144,7 @@ args = {
"ftps": ["pyftpdlib", "pyopenssl"],
"tftpd": ["partftpy>=0.4.0"],
"pwhash": ["argon2-cffi"],
"zeromq": ["pyzmq"],
},
"entry_points": {"console_scripts": ["copyparty = copyparty.__main__:main"]},
"scripts": ["bin/partyfuse.py", "bin/u2c.py"],