Update Pillow/Willow dependencies to allow Pillow 10.0.1

stable/5.0.x
zerolab 2023-10-04 11:07:55 +01:00 zatwierdzone przez Matt Westcott
rodzic cec233366f
commit e1e42722d6
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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",