Skip to content

Commit

Permalink
chore: Bump requirements pillow version, remove PIL from doc (#1873)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Vaz Gaspar <[email protected]>
  • Loading branch information
Dosenpfand and dpgaspar authored Jul 5, 2022
1 parent 40e1e14 commit 83754b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements-extra.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 83754b1

Please sign in to comment.