Add jmespath module used by TeplatedRequests lib 05/53605/2
authorTomas Janciga <tjanciga@cisco.com>
Tue, 21 Mar 2017 12:24:24 +0000 (05:24 -0700)
committerTomas Janciga <tjanciga@cisco.com>
Tue, 21 Mar 2017 16:46:15 +0000 (09:46 -0700)
Change-Id: Ic9f11fa4e9eb83590ce4a03b11c33d576b0b009a
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
jjb/integration/include-raw-integration-install-robotframework.sh

index 73e7bf3d1d06446dd3a37af96c11846d2c724b3e..eb81e29fa6b1ef9aecb2e1ecfae33b0a1a4f88c8 100644 (file)
@@ -45,6 +45,9 @@ pip install isodate
 #       of client libraries only.
 pip install --upgrade tornado jsonpointer
 
+# Module for TemplatedRequests.robot library
+pip install --upgrade jmespath
+
 # Print installed versions.
 pip freeze