From 5abe7e25ce2b49d02da36a92a4414994b94163da Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sat, 20 Apr 2019 14:54:13 +0200 Subject: [PATCH] Support using Django 2.2 as dependency. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aa1a5dfd..225145e5 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def get_path(fname): install_requirements = [ - "Django>=1.11,<2.2", + "Django>=1.11,<2.3", "bleach>=2.1,<2.2", "Pillow", "django-nyt>=1.1.1,<1.2", -- 2.45.2