From aa41f80b1658cdd8f67e9fce94591334517da0f0 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Thu, 19 Oct 2017 10:09:17 +0530 Subject: [PATCH] Add new django dependencies axes and captcha to the INSTALL file Signed-off-by: Joseph Nuthalapati Reviewed-by: James Valleroy --- INSTALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 811813321..1c2d46a4d 100644 --- a/INSTALL +++ b/INSTALL @@ -27,6 +27,7 @@ python3-configobj \ python3-coverage \ python3-django \ + python3-django-axes \ python3-django-captcha \ python3-django-stronghold \ python3-gi \ @@ -71,4 +72,4 @@ If apt-get provided django<1.11, then follow the steps below: 3. Install django1.11 through pip: $ sudo pip3 install django django-bootstrap-form django-stronghold \ - --upgrade + django-axes django-simple-captcha --upgrade