8

Wagtail 4 changes

This commit is contained in:
nick.moreton
2022-11-18 16:18:13 +00:00
parent 5791313216
commit 5642e117f1
3 changed files with 94 additions and 34 deletions

View File

@@ -2,9 +2,9 @@ import re
from setuptools import find_packages, setup
install_requires = [
'wagtail>=2.15,<4.0',
'wagtail>=2.15,<4.1',
'user-agents>=1.1.0',
'wagtailfontawesome>=1.1.3',
'wagtail-font-awesome-svg>=0.0.3',
'pycountry',
]