From 1d9ff27ad8ea3619783bc25ae537a94309dd9df5 Mon Sep 17 00:00:00 2001 From: Dosenpfand Date: Wed, 29 Jun 2022 16:29:21 +0200 Subject: [PATCH] Bump requirements pillow version, remove PIL from doc --- docs/installation.rst | 9 ++------- requirements-extra.txt | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 19935f2439..049c3a754c 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -123,14 +123,9 @@ Flask App Builder dependes on - flask-wtform : Web forms. - flask-Babel : For internationalization. -If you plan to use Image processing or upload, you will need to install PIL:: - - pip install pillow - -or:: - - pip install PIL +If you plan to use Image processing or upload, you will need to install Pillow:: + pip install Pillow Python 2 and 3 Compatibility ---------------------------- diff --git a/requirements-extra.txt b/requirements-extra.txt index 0a9996fdc9..6b2c9a4038 100644 --- a/requirements-extra.txt +++ b/requirements-extra.txt @@ -1,7 +1,7 @@ mongoengine>=0.7.10, <0.7.99 flask-mongoengine==0.7.1 pymongo>=2.8.1, <2.8.99 -Pillow>=7.0.0, <8.0.0 +Pillow~=9.1 cython==0.29.17 mysqlclient==2.0.1 psycopg2-binary==2.8.6