From 72a0cdb5301df7b4349c24e5efb803bb0387b6ab Mon Sep 17 00:00:00 2001 From: Felix Dreissig Date: Thu, 2 Nov 2023 18:09:08 +0100 Subject: [PATCH] Docs: Move non-library external dependencies to the bottom [ci skip] --- docs/installation.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index ef3b0c960d7..702d1b63dc6 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -171,11 +171,6 @@ Many of Pillow's features require external libraries: transparent WebP files. Versions **0.3.0** and above support transparency. -* **tcl/tk** provides support for tkinter bitmap and photo images. - -* **olefile** provides support for Kodak FlashPix (FPX) and Microsoft - Image Composer (MIC) files. - * **openjpeg** provides JPEG 2000 functionality. * Pillow has been tested with openjpeg **2.0.0**, **2.1.0**, **2.3.1**, @@ -210,6 +205,11 @@ Many of Pillow's features require external libraries: * **libxcb** provides X11 screengrab support. +* **tcl/tk** provides support for tkinter bitmap and photo images. + +* **olefile** provides support for Kodak FlashPix (FPX) and Microsoft + Image Composer (MIC) files. + .. tab:: Linux If you didn't build Python from source, make sure you have Python's