diff --git a/tests/bootstrap.sh b/tests/bootstrap.sh index b412e885c..bb157e94d 100755 --- a/tests/bootstrap.sh +++ b/tests/bootstrap.sh @@ -9,6 +9,7 @@ fi python -m pip install selenium==${BINDING_VERSION} \ docker===7.0.0 \ + requests===2.31.0 \ chardet \ | grep -v 'Requirement already satisfied'