From a9dbc600e092734236eb706e02a460d4e3d73156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20Ha=CC=88kli?= Date: Wed, 13 Mar 2019 18:12:16 +0200 Subject: [PATCH] Specify minimum Django version in setup.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aleksi Häkli --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 15d4c48..a61066d 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( package_dir={'axes': 'axes'}, python_requires='~=3.6', install_requires=[ - 'django', + 'django>=1.11', 'django-appconf>=1.0.3', 'django-ipware>=2.0.2', ],