pypi: add extras-group "all"; closes #398

This commit is contained in:
ed 2025-08-03 22:50:12 +00:00
parent 848315c009
commit 6eaf8af15a
2 changed files with 9 additions and 0 deletions

View file

@ -45,6 +45,14 @@ classifiers = [
"Demo Server" = "https://a.ocv.me/pub/demo/"
[project.optional-dependencies]
all = [
"argon2-cffi",
"partftpy>=0.4.0",
"Pillow",
"pyftpdlib",
"pyopenssl",
"pyzmq",
]
thumbnails = ["Pillow"]
thumbnails2 = ["pyvips"]
audiotags = ["mutagen"]

View file

@ -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"],