diff --git a/requirements.txt b/requirements.txt index a5891878fc..2d27821459 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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