f2542c4e17
Signed-off-by: Sven Kieske <kieske@osism.tech> Change-Id: I66e471d3f199a9044a4b8aa8c51c2ad687926af3
29 lines
450 B
Plaintext
29 lines
450 B
Plaintext
# Password hashing
|
|
bcrypt>=3.0.0 # Apache-2.0
|
|
|
|
# password generation
|
|
cryptography>=2.1 # BSD/Apache-2.0
|
|
|
|
# Hashicorp Vault
|
|
hvac>=0.10.1
|
|
|
|
# templating
|
|
Jinja2>=3 # BSD License (3 clause)
|
|
|
|
# Ansible's json_query
|
|
jmespath>=0.9.3 # MIT
|
|
|
|
# ini parsing
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
|
|
# password generation
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
|
|
|
# Password hashing
|
|
passlib[bcrypt]>=1.0.0 # BSD
|
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
|
|
# YAML parsing
|
|
PyYAML>=3.12 # MIT
|