mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
support hashed passwords; closes #39
This commit is contained in:
parent
cb75efa05d
commit
e197895c10
14 changed files with 324 additions and 27 deletions
1
setup.py
1
setup.py
|
@ -140,6 +140,7 @@ args = {
|
|||
"audiotags": ["mutagen"],
|
||||
"ftpd": ["pyftpdlib"],
|
||||
"ftps": ["pyftpdlib", "pyopenssl"],
|
||||
"pwhash": ["argon2-cffi"],
|
||||
},
|
||||
"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