From 897112a5a22f9284b4dcc02b2ec97a85d7216b38 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 14 Aug 2018 14:11:39 +0100 Subject: [PATCH] Update dependencies to include Django 2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index acc3375e7..69eb90677 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ except ImportError: install_requires = [ - "Django>=1.11,<2.1", + "Django>=1.11,<2.2", "django-modelcluster>=4.2,<5.0", "django-taggit>=0.23,<0.24", "django-treebeard>=4.2.0,<5.0",