8

Allow wagtail>=2.9,<2.17

This commit is contained in:
nick.moreton
2022-06-30 06:58:26 +01:00
parent dd4530203f
commit c5e3a9378f
3 changed files with 14 additions and 11 deletions

View File

@@ -1,8 +1,9 @@
import re
from setuptools import find_packages, setup
install_requires = [
'wagtail>=2.0',
'wagtail>=2.9,<2.17',
'user-agents>=1.1.0',
'wagtailfontawesome>=1.1.3',
'pycountry',