Add new django dependencies axes and captcha to the INSTALL file

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Joseph Nuthalapati 2017-10-19 10:09:17 +05:30 committed by James Valleroy
parent e1a552d201
commit aa41f80b16
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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