bootstrapit update

This commit is contained in:
Manuel Barkhau 2018-12-05 09:42:26 +01:00
parent afe90a8d74
commit 4bf07261d8
8 changed files with 201 additions and 93 deletions

View file

@ -24,11 +24,15 @@ ujson
# The hot new pkdf on the block is argon2, winner of
# the https://password-hashing.net/ competition.
argon2_cffi
# argon2_cffi
# https://blake2.net/
# BLAKE2 is a cryptographic hash function faster than MD5, SHA-1,
# SHA-2, and SHA-3, yet is at least as secure as the latest standard
# SHA-3. BLAKE2 has been adopted by many projects due to its high
# speed, security, and simplicity.
pyblake2
# pyblake2
# pytest is required in every environment to run the test suite
# against the installed modules.
pytest