From b523327c8c7d77fe51951c60a85bfc22de61b8e4 Mon Sep 17 00:00:00 2001 From: Rob Moorman Date: Wed, 31 May 2017 11:22:15 +0200 Subject: [PATCH] Only 1.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd2fb0f..7523674 100644 --- a/setup.py +++ b/setup.py @@ -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', ]