From f6598ca1f70f06f321457d0f5d522cf96cfbe2ec Mon Sep 17 00:00:00 2001 From: Jasper Berghoef Date: Sat, 26 May 2018 12:55:29 +0200 Subject: [PATCH] Adjust requirements --- sandbox/requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sandbox/requirements.txt b/sandbox/requirements.txt index bbaa0f6..ae8573e 100644 --- a/sandbox/requirements.txt +++ b/sandbox/requirements.txt @@ -1,4 +1,4 @@ Django>=2.0,<2.1 -wagtail>=2.0,<2.1 +wagtail>=2.0,<2.2 django-debug-toolbar==1.9.1 -e .[docs,test] diff --git a/setup.py b/setup.py index 1c0ce9c..657ed68 100644 --- a/setup.py +++ b/setup.py @@ -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', ]