7

Update dependencies for wagtail and django

Only run tests for wagtail v1.13 and django v1.11
This commit is contained in:
nathanbegbie
2018-01-05 18:28:40 +02:00
parent 95ecd8d200
commit f19de241b0
3 changed files with 5 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ import re
from setuptools import find_packages, setup
install_requires = [
'wagtail>=1.9,<1.11',
'wagtail>=1.10,<1.14',
'user-agents>=1.0.1',
'wagtailfontawesome>=1.0.6',
]