mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Merge pull request #7563 from radarhere/optional-dependencies
List optional dependencies in pyproject (apart from docs and tests)
This commit is contained in:
commit
a1d2297029
|
@ -47,6 +47,12 @@ docs = [
|
||||||
"sphinx-removed-in",
|
"sphinx-removed-in",
|
||||||
"sphinxext-opengraph",
|
"sphinxext-opengraph",
|
||||||
]
|
]
|
||||||
|
fpx = [
|
||||||
|
"olefile",
|
||||||
|
]
|
||||||
|
mic = [
|
||||||
|
"olefile",
|
||||||
|
]
|
||||||
tests = [
|
tests = [
|
||||||
"check-manifest",
|
"check-manifest",
|
||||||
"coverage",
|
"coverage",
|
||||||
|
@ -59,6 +65,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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user