kolla-ansible/requirements.txt
Sven Kieske 10928faa91 add missing license for hvac library
license taken from https://github.com/hvac/hvac/blob/main/LICENSE.txt

Signed-off-by: Sven Kieske <kieske@osism.tech>
Change-Id: I1e619cbf17d49a5ff1496637f8084a03ace9b599
2024-08-22 06:42:44 +00:00

29 lines
463 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 # Apache-2.0
# 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