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
(cherry picked from commit a75af3e6fd)
This commit is contained in:
Jesse Pretorius 2018-07-26 20:24:21 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 0903b51541
commit 381cea9226
1 changed files with 3 additions and 0 deletions

View File

@ -10,3 +10,6 @@ python-memcached>=1.56 # PSF
PyYAML>=3.10 # MIT
virtualenv>=14.0.6 # MIT
shade>=1.17.0 # Apache-2.0
# We use this for the json_query filter
jmespath>=0.9.0 # MIT