7

Only 1.10

This commit is contained in:
Rob Moorman
2017-05-31 11:22:15 +02:00
committed by Michael van Tellingen
parent a2957b7e77
commit b523327c8c

View File

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