diff options
author | Brian Freeman <bf1936@att.com> | 2019-01-16 09:03:42 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-01-16 09:03:58 -0500 |
commit | 86805fe196290648e7e3c40ec834d32dcc115691 (patch) | |
tree | 610b76982bb785c529fea7fdae98d9e915a5115b /setup.sh | |
parent | 7037e5424c7898ce202096344f02ac3e4b9a897e (diff) |
Add CLAMP GET functions
Issue-ID: INT-808
Change-Id: I0f018725b9590bb8098c7687c62e95d77dbc195d
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'setup.sh')
-rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ exec 2> >(tee -a ${LOG_FILE} >&2) path=$(pwd) pip install --no-cache-dir --target="$path/robot/library" 'selenium<=3.0.0' 'requests==2.11.1' 'robotframework-selenium2library==1.8.0' \ -'robotframework-databaselibrary==0.8.1' 'robotframework-extendedselenium2library==0.9.1' 'robotframework-requests==0.4.5' \ +'robotframework-databaselibrary==0.8.1' 'robotframework-extendedselenium2library==0.9.1' 'robotframework-requests==0.5.0' \ 'robotframework-sshlibrary==2.1.2' \ 'robotframework-sudslibrary==0.8' 'robotframework-ftplibrary==1.3' 'robotframework-rammbock==0.4.0.1' \ 'deepdiff==2.5.1' 'dnspython==1.15.0' 'robotframework-httplibrary==0.4.2' 'robotframework-archivelibrary==0.3.2' 'PyYAML==3.12' \ |