diff options
Diffstat (limited to 'cmso-robot/setup.sh')
-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 # |