Add jmespath to requirements.txt
Adding this python library enables us to use the json_query filter, which is amazing, and deserves to be president. Change-Id: I196a2a65268a00a6077b39de6309b5111e98ce97
This commit is contained in:
parent
fd0335f31d
commit
a75af3e6fd
@ -18,3 +18,6 @@ python-keystoneclient>=3.8.0 # Apache-2.0
|
|||||||
# We use this for the Ansible openstack
|
# We use this for the Ansible openstack
|
||||||
# modules.
|
# modules.
|
||||||
shade>=1.17.0 # Apache-2.0
|
shade>=1.17.0 # Apache-2.0
|
||||||
|
|
||||||
|
# We use this for the json_query filter
|
||||||
|
jmespath>=0.9.3 # MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user