diff options
author | Jerry Flood <jflood@att.com> | 2019-04-24 13:37:45 -0400 |
---|---|---|
committer | Jerry Flood <jflood@att.com> | 2019-04-24 13:38:51 -0400 |
commit | 94796d7bc341691cdeac3010012fe3d1c42228bc (patch) | |
tree | 8f85354ebda5432b7b3029456a60b4d202a57db1 /cmso-robot | |
parent | cb8d238bf57c2723fac484a0f7c1dc77428a65c0 (diff) |
Update spring boot versions for CLM
Issue-ID: OPTFRA-431
Change-Id: I665e381377a079b8661bf32f45b56a82f7a927b2
Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'cmso-robot')
-rw-r--r-- | cmso-robot/setup.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cmso-robot/setup.sh b/cmso-robot/setup.sh index fa2cc59..ae15e62 100644 --- a/cmso-robot/setup.sh +++ b/cmso-robot/setup.sh @@ -13,7 +13,9 @@ pip install --no-cache-dir --target="$path/library" \ 'selenium' \ 'robotframework-seleniumlibrary' \ 'robotframework-sshlibrary' \ - 'paramiko' + 'paramiko' \ + 'flask' \ + 'requests' # # Get the appropriate chromedriver. Default to linux64 # |