mirror of
https://github.com/9001/copyparty.git
synced 2026-04-02 03:00:05 -04:00
tftp:
* upgrade to partftpy 0.4.0 * workarounds for buggy clients/servers * improved ipv6 support, especially on macos * improved robustness on unreliable networks * make `--tftp4` separate from `--ftp4`
This commit is contained in:
2
setup.py
2
setup.py
@@ -141,7 +141,7 @@ args = {
|
||||
"audiotags": ["mutagen"],
|
||||
"ftpd": ["pyftpdlib"],
|
||||
"ftps": ["pyftpdlib", "pyopenssl"],
|
||||
"tftpd": ["partftpy>=0.3.1"],
|
||||
"tftpd": ["partftpy>=0.4.0"],
|
||||
"pwhash": ["argon2-cffi"],
|
||||
},
|
||||
"entry_points": {"console_scripts": ["copyparty = copyparty.__main__:main"]},
|
||||
|
||||
Reference in New Issue
Block a user