Skip to content

Commit

Permalink
List optional dependencies apart from docs and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 20, 2023
1 parent d9d11b9 commit eeeb2d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ docs = [
"sphinx-removed-in",
"sphinxext-opengraph",
]
fpx_mic = [
"olefile",
]
tests = [
"check-manifest",
"coverage",
Expand All @@ -59,6 +62,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 eeeb2d4

Please sign in to comment.