Add jmespath to requirements.txt

jmespath is required for the json_query Jinja filter, which is used in
the neutron rolling upgrade playbooks.

Change-Id: I2100d757e07d8400402a8a16747e0f88ef7fc7c5
Closes-Bug: #1804242
This commit is contained in:
Mark Goddard 2018-11-20 14:21:18 +00:00
parent 7598edca5b
commit d0122fff69
1 changed files with 1 additions and 0 deletions

View File

@ -11,3 +11,4 @@ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.
PyYAML>=3.12 # MIT
netaddr>=0.7.18 # BSD
cryptography>=2.1 # BSD/Apache-2.0
jmespath>=0.9.3 # MIT