From b796b3296337c09e74850a5a0792f5bc6c57456f Mon Sep 17 00:00:00 2001 From: "Allen, Timothy" Date: Tue, 1 Aug 2023 09:28:08 -0400 Subject: [PATCH] Revert to Wagtail 4; it works on both. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5d3f9f..0655b8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP :: Dynamic Content", ] dependencies = [ - "wagtail>=5", + "wagtail>=4", 'importlib-metadata; python_version<"3.8"', ] dynamic = ["version"]