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
1
setup.py
1
setup.py
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue