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
|
||||
|
||||
# ini parsing
|
||||
oslo.config>=5.2.0 # Apache-2.0
|
||||
|
||||
# YAML parsing
|
||||
PyYAML>=3.12 # MIT
|
||||
# Password hashing
|
||||
bcrypt>=3.0.0 # Apache-2.0
|
||||
|
||||
# password generation
|
||||
cryptography>=2.1 # BSD/Apache-2.0
|
||||
oslo.utils>=3.33.0 # Apache-2.0
|
||||
|
||||
# Hashicorp Vault
|
||||
hvac>=0.10.1
|
||||
|
||||
# templating
|
||||
Jinja2>=3 # BSD License (3 clause)
|
||||
@ -16,9 +13,16 @@ Jinja2>=3 # BSD License (3 clause)
|
||||
# Ansible's json_query
|
||||
jmespath>=0.9.3 # MIT
|
||||
|
||||
# Hashicorp Vault
|
||||
hvac>=0.10.1
|
||||
# ini parsing
|
||||
oslo.config>=5.2.0 # Apache-2.0
|
||||
|
||||
# password generation
|
||||
oslo.utils>=3.33.0 # Apache-2.0
|
||||
|
||||
# Password hashing
|
||||
bcrypt>=3.0.0 # Apache-2.0
|
||||
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