mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
pypi: add extras-group "all"; closes #398
This commit is contained in:
parent
848315c009
commit
6eaf8af15a
2 changed files with 9 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -136,6 +136,7 @@ args = {
|
|||
],
|
||||
"install_requires": ["jinja2"],
|
||||
"extras_require": {
|
||||
"all": ["argon2-cffi", "partftpy>=0.4.0", "Pillow", "pyftpdlib", "pyopenssl", "pyzmq"],
|
||||
"thumbnails": ["Pillow"],
|
||||
"thumbnails2": ["pyvips"],
|
||||
"audiotags": ["mutagen"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue