7

Testing for Wagtail 3.0.3 and django 3.2.16

This commit is contained in:
nick.moreton
2022-11-18 13:25:32 +00:00
parent 16d57c562e
commit 0d1a26d550
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import re
from setuptools import find_packages, setup
install_requires = [
'wagtail>=2.15,<3.0',
'wagtail>=2.15,<4.0',
'user-agents>=1.1.0',
'wagtailfontawesome>=1.1.3',
'pycountry',