From 05ee46b973879976504c3f38c49909a1a68f1a82 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 20 Nov 2023 23:30:59 +1100 Subject: [PATCH] List optional dependencies apart from docs and tests --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a49179a3734..8a6fdc303d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,6 +59,8 @@ tests = [ "pytest-cov", "pytest-timeout", ] +fpx_mic = [ "olefile" ] +xmp = [ "defusedxml" ] [project.urls] Changelog = "https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst" Documentation = "https://pillow.readthedocs.io"