Skip to content

Commit

Permalink
Merge pull request #7563 from radarhere/optional-dependencies
Browse files Browse the repository at this point in the history
List optional dependencies in pyproject (apart from docs and tests)
  • Loading branch information
radarhere committed Nov 28, 2023
2 parents af12908 + 5c277a0 commit a1d2297
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ docs = [
"sphinx-removed-in",
"sphinxext-opengraph",
]
fpx = [
"olefile",
]
mic = [
"olefile",
]
tests = [
"check-manifest",
"coverage",
Expand All @@ -59,6 +65,9 @@ tests = [
"pytest-cov",
"pytest-timeout",
]
xmp = [
"defusedxml",
]
[project.urls]
Changelog = "https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst"
Documentation = "https://pillow.readthedocs.io"
Expand Down

0 comments on commit a1d2297

Please sign in to comment.