2017-04-15 17:43:22 +00:00
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
2020-04-17 17:30:28 +02:00
|
|
|
|
|
|
|
# ini parsing
|
2018-03-14 05:34:06 +00:00
|
|
|
oslo.config>=5.2.0 # Apache-2.0
|
2020-04-17 17:30:28 +02:00
|
|
|
|
|
|
|
# YAML parsing
|
2018-03-06 12:48:47 +00:00
|
|
|
PyYAML>=3.12 # MIT
|
2020-04-17 17:30:28 +02:00
|
|
|
|
|
|
|
# password generation
|
2018-03-17 08:35:39 +00:00
|
|
|
cryptography>=2.1 # BSD/Apache-2.0
|
2020-04-17 17:30:28 +02:00
|
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
|
|
|
|
|
|
|
# templating
|
|
|
|
Jinja2>=2.10 # BSD License (3 clause)
|
|
|
|
|
|
|
|
# Ansible's json_query
|
2018-11-20 14:21:18 +00:00
|
|
|
jmespath>=0.9.3 # MIT
|