mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-24 15:50:33 +03:00
List optional dependencies apart from docs and tests
This commit is contained in:
parent
d9d11b9499
commit
eeeb2d436f
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user