From 2f34241551302c2a8a7cfd32e032c47071b91f07 Mon Sep 17 00:00:00 2001 From: Luke Burden Date: Sun, 29 Dec 2019 12:00:56 +1100 Subject: [PATCH] Adjust requirements to allow use with Django3 --- AUTHORS.rst | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 1d2b212..09c9923 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -8,3 +8,4 @@ Contributors | `John Lynn `_ | `Dylan Verheul `_ | `Grant McConnaughey `_ +| `Luke Burden `_ diff --git a/setup.py b/setup.py index c8a650d..1a3032f 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ install_requires = ( - 'Django>=1.11,<2.3', + 'Django>=1.11,<4', )