Skip to content

Commit a1d2297

Browse files
authored
Merge pull request #7563 from radarhere/optional-dependencies
List optional dependencies in pyproject (apart from docs and tests)
2 parents af12908 + 5c277a0 commit a1d2297

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ docs = [
4747
"sphinx-removed-in",
4848
"sphinxext-opengraph",
4949
]
50+
fpx = [
51+
"olefile",
52+
]
53+
mic = [
54+
"olefile",
55+
]
5056
tests = [
5157
"check-manifest",
5258
"coverage",
@@ -59,6 +65,9 @@ tests = [
5965
"pytest-cov",
6066
"pytest-timeout",
6167
]
68+
xmp = [
69+
"defusedxml",
70+
]
6271
[project.urls]
6372
Changelog = "https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst"
6473
Documentation = "https://pillow.readthedocs.io"

0 commit comments

Comments
 (0)