Mention defusedxml

Co-authored-by: Ondrej Baranovič <nulano@nulano.eu>
This commit is contained in:
Andrew Murray 2023-11-02 08:21:35 +11:00 committed by GitHub
parent b92c09a391
commit d499f0016f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,9 +42,10 @@ Install Pillow with :command:`pip`::
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade Pillow
Optionally, install :pypi:`olefile` for Pillow to read FPX and MIC images::
Optionally, install :pypi:`defusedxml` for Pillow to read XMP data,
and :pypi:`olefile` for Pillow to read FPX and MIC images::
python3 -m pip install --upgrade olefile
python3 -m pip install --upgrade defusedxml olefile
.. tab:: Linux