summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-02 12:20:31 +0000
committerGerrit Code Review <review@openstack.org>2017-06-02 12:20:31 +0000
commit7754f170aa0eb42bea356e7f912bc241832eb1f3 (patch)
treec08abc014d9c49515a99adbe1529f177b6e187c5 /requirements.txt
parent8628235c7fab7d0ec163784cdbfb6cf4890fd7cf (diff)
parent8ad765e0230ceeb5ca7c36ec3ed6d25c57b22c9d (diff)
downloadkeystone-7754f170aa0eb42bea356e7f912bc241832eb1f3.tar.gz
Merge "Support new hashing algorithms for securely storing password hashes"
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 45d78d717..006a93c44 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19,6 +19,8 @@ stevedore>=1.20.0 # Apache-2.0
passlib>=1.7.0 # BSD
python-keystoneclient>=3.8.0 # Apache-2.0
keystonemiddleware>=4.12.0 # Apache-2.0
+bcrypt>=3.1.3 # Apache-2.0
+scrypt>=0.8.0 # BSD
oslo.cache>=1.5.0 # Apache-2.0
oslo.concurrency>=3.8.0 # Apache-2.0
oslo.config>=3.22.0 # Apache-2.0