diff options
| author | Bas Westerbaan <bas@westerbaan.name> | 2015-12-26 13:14:07 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-08 11:22:18 -0500 |
| commit | b4250ea04a88f6c4fdf84dc8624baa1cf3e0f568 (patch) | |
| tree | cd0a66c86a3405ccac86612ae986f190c5b5288b /docs/internals/contributing/writing-code/unit-tests.txt | |
| parent | 74670498e902a0506e667cd21084c5e2eb71edfa (diff) | |
Fixed #26033 -- Added Argon2 password hasher.
Diffstat (limited to 'docs/internals/contributing/writing-code/unit-tests.txt')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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</ref/contrib/gis/install/index>`. 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 |
