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:
parent
d316677b89
commit
60af9ccef3
2
setup.py
2
setup.py
@ -27,7 +27,7 @@ install_requires = [
|
|||||||
"djangorestframework>=3.11.1,<4.0",
|
"djangorestframework>=3.11.1,<4.0",
|
||||||
"django-filter>=2.2,<3.0",
|
"django-filter>=2.2,<3.0",
|
||||||
"draftjs_exporter>=2.1.5,<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",
|
"beautifulsoup4>=4.8,<4.9",
|
||||||
"html5lib>=0.999,<2",
|
"html5lib>=0.999,<2",
|
||||||
# RemovedInWagtail212Warning: unidecode is only used by _migrate_legacy_clean_name in wagtail.contrib.forms
|
# RemovedInWagtail212Warning: unidecode is only used by _migrate_legacy_clean_name in wagtail.contrib.forms
|
||||||
|
Loading…
Reference in New Issue
Block a user