kopia lustrzana https://github.com/wagtail/wagtail
Update Pillow/Willow dependencies to allow Pillow 10.0.1
rodzic
cec233366f
commit
e1e42722d6
4
setup.py
4
setup.py
|
@ -27,10 +27,10 @@ install_requires = [
|
|||
"djangorestframework>=3.11.1,<4.0",
|
||||
"django-filter>=2.2,<23",
|
||||
"draftjs_exporter>=2.1.5,<3.0",
|
||||
"Pillow>=9.1.0,<10.0.0",
|
||||
"Pillow>=9.1.0,<11.0.0", # update together with willow
|
||||
"Willow>=1.5,<1.7",
|
||||
"beautifulsoup4>=4.8,<4.12",
|
||||
"html5lib>=0.999,<2",
|
||||
"Willow>=1.5,<1.6",
|
||||
"requests>=2.11.1,<3.0",
|
||||
"l18n>=2018.5",
|
||||
"openpyxl>=3.0.10,<4.0",
|
||||
|
|
Ładowanie…
Reference in New Issue