kolla-ansible/requirements.txt
Grzegorz Koper f1fa914a89 Bump ansible-core versions to 2.17 and 2.18
Bump Ansible collections

Change-Id: I1128f44c2d1731407969fdea337f7923efe91ade
2025-03-28 09:04:24 +00:00

28 lines
473 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 and ansible's json_query
ansible-core>=2.17,<2.19 # GPLv3
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
# CLI
cliff>=4.7.0 # Apache-2.0