ports/www/py-wagtail/files/patch-setup.py

14 lines
452 B
Python

--- setup.py.orig 2023-06-21 13:35:13 UTC
+++ setup.py
@@ -26,9 +26,9 @@ install_requires = [
"django-treebeard>=4.5.1,<5.0",
"djangorestframework>=3.11.1,<4.0",
"django-filter>=2.2,<23",
- "draftjs_exporter>=2.1.5,<3.0",
+ "draftjs_exporter>=2.1.5",
"Pillow>=4.0.0,<10.0.0",
- "beautifulsoup4>=4.8,<4.12",
+ "beautifulsoup4>=4.8,<4.13",
"html5lib>=0.999,<2",
"Willow>=1.5,<1.6",
"requests>=2.11.1,<3.0",