8

allow wagtail24

This commit is contained in:
Paul J Stevens
2019-03-15 13:51:20 +01:00
parent 6b9b4e0af2
commit 318b65b3eb
2 changed files with 3 additions and 2 deletions

View File

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