List optional dependencies apart from docs and tests

This commit is contained in:
Andrew Murray 2023-11-20 23:56:56 +11:00
parent d9d11b9499
commit eeeb2d436f

View File

@ -47,6 +47,9 @@ docs = [
"sphinx-removed-in", "sphinx-removed-in",
"sphinxext-opengraph", "sphinxext-opengraph",
] ]
fpx_mic = [
"olefile",
]
tests = [ tests = [
"check-manifest", "check-manifest",
"coverage", "coverage",
@ -59,6 +62,9 @@ tests = [
"pytest-cov", "pytest-cov",
"pytest-timeout", "pytest-timeout",
] ]
xmp = [
"defusedxml",
]
[project.urls] [project.urls]
Changelog = "https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst" Changelog = "https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst"
Documentation = "https://pillow.readthedocs.io" Documentation = "https://pillow.readthedocs.io"