c02d736ba7
This patch adds ansible-core as a dependency to requirements.txt since there is really no reason not to have it in the requirements.txt, given that kolla-ansible project even has ansible in its name and ansible-core is a crucial dependency. Change-Id: I4d01b7eb944c4edf6a440f2b775221986509f7eb
30 lines
508 B
Plaintext
30 lines
508 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.16,<2.18 # 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
|
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
|
|
# YAML parsing
|
|
PyYAML>=3.12 # MIT
|