From b4250ea04a88f6c4fdf84dc8624baa1cf3e0f568 Mon Sep 17 00:00:00 2001 From: Bas Westerbaan Date: Sat, 26 Dec 2015 13:14:07 +0100 Subject: Fixed #26033 -- Added Argon2 password hasher. --- docs/internals/contributing/writing-code/unit-tests.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals/contributing/writing-code') diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index fb6fae1f72..37973261f4 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -137,6 +137,7 @@ Running all the tests If you want to run the full suite of tests, you'll need to install a number of dependencies: +* argon2-cffi_ 16.0.0+ * bcrypt_ * docutils_ * enum34_ (Python 2 only) @@ -171,6 +172,7 @@ and install the Geospatial libraries`. Each of these dependencies is optional. If you're missing any of them, the associated tests will be skipped. +.. _argon2-cffi: https://pypi.python.org/pypi/argon2_cffi .. _bcrypt: https://pypi.python.org/pypi/bcrypt .. _docutils: https://pypi.python.org/pypi/docutils .. _enum34: https://pypi.python.org/pypi/enum34 -- cgit v1.3