0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

Extend Pillow dependency range to include 8.x

This commit is contained in:
Matt Westcott 2020-10-21 13:01:01 +01:00 committed by Matt Westcott
parent d316677b89
commit 60af9ccef3

View File

@ -27,7 +27,7 @@ install_requires = [
"djangorestframework>=3.11.1,<4.0",
"django-filter>=2.2,<3.0",
"draftjs_exporter>=2.1.5,<3.0",
"Pillow>=4.0.0,<8.0.0",
"Pillow>=4.0.0,<9.0.0",
"beautifulsoup4>=4.8,<4.9",
"html5lib>=0.999,<2",
# RemovedInWagtail212Warning: unidecode is only used by _migrate_legacy_clean_name in wagtail.contrib.forms