7

Adjust requirements

This commit is contained in:
Jasper Berghoef
2018-05-26 12:55:29 +02:00
parent 726c0cd70f
commit f6598ca1f7
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ import re
from setuptools import find_packages, setup
install_requires = [
'wagtail>=2.0,<2.1',
'user-agents>=1.0.1',
'wagtail>=2.0,<2.2',
'user-agents>=1.1.0',
'wagtailfontawesome>=1.1.3',
]