Merge "reorder requirements.txt alphabetically"
This commit is contained in:
commit
f0ff325a51
@ -1,14 +1,11 @@
|
|||||||
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
# Password hashing
|
||||||
|
bcrypt>=3.0.0 # Apache-2.0
|
||||||
# ini parsing
|
|
||||||
oslo.config>=5.2.0 # Apache-2.0
|
|
||||||
|
|
||||||
# YAML parsing
|
|
||||||
PyYAML>=3.12 # MIT
|
|
||||||
|
|
||||||
# password generation
|
# password generation
|
||||||
cryptography>=2.1 # BSD/Apache-2.0
|
cryptography>=2.1 # BSD/Apache-2.0
|
||||||
oslo.utils>=3.33.0 # Apache-2.0
|
|
||||||
|
# Hashicorp Vault
|
||||||
|
hvac>=0.10.1
|
||||||
|
|
||||||
# templating
|
# templating
|
||||||
Jinja2>=3 # BSD License (3 clause)
|
Jinja2>=3 # BSD License (3 clause)
|
||||||
@ -16,9 +13,16 @@ Jinja2>=3 # BSD License (3 clause)
|
|||||||
# Ansible's json_query
|
# Ansible's json_query
|
||||||
jmespath>=0.9.3 # MIT
|
jmespath>=0.9.3 # MIT
|
||||||
|
|
||||||
# Hashicorp Vault
|
# ini parsing
|
||||||
hvac>=0.10.1
|
oslo.config>=5.2.0 # Apache-2.0
|
||||||
|
|
||||||
|
# password generation
|
||||||
|
oslo.utils>=3.33.0 # Apache-2.0
|
||||||
|
|
||||||
# Password hashing
|
# Password hashing
|
||||||
bcrypt>=3.0.0 # Apache-2.0
|
|
||||||
passlib[bcrypt]>=1.0.0 # BSD
|
passlib[bcrypt]>=1.0.0 # BSD
|
||||||
|
|
||||||
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
||||||
|
|
||||||
|
# YAML parsing
|
||||||
|
PyYAML>=3.12 # MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user