From de1af00ba8e4f8ab80cf7ef660f5e3a130385cae Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 30 Jan 2023 14:08:22 +0000 Subject: [PATCH] Use temporary wagtail-factory fork with wagtail upper bound removed --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 986bd06dfc..63985eea57 100755 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ testing_extras = [ # for validating string formats in .po translation files "polib>=1.1,<2.0", # For streamfield migration toolkit - "wagtail-factories>=4.0,<5", + "wagtail-factories @ git+https://github.com/gasman/wagtail-factories.git@remove-wagtail-upper-bound#egg=wagtail-factories", ] # Documentation dependencies