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",
|
||||
"sphinxext-opengraph",
|
||||
]
|
||||
fpx_mic = [
|
||||
"olefile",
|
||||
]
|
||||
tests = [
|
||||
"check-manifest",
|
||||
"coverage",
|
||||
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user