diff --git a/setup.py b/setup.py index c5f2608..48d031b 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ author_email='reg@regulusweb.com', python_requires='>=3.7', install_requires=[ - 'wagtail>=2.11,<3', + 'wagtail>=2.11,<6', 'django-phonenumber-field', 'phonenumbers', 'python-dateutil',