diff --git a/scripts/install-python-packages.sh b/scripts/install-python-packages.sh index 801e487..9429510 100755 --- a/scripts/install-python-packages.sh +++ b/scripts/install-python-packages.sh @@ -18,7 +18,8 @@ fi # CLI tools — installed isolated with `uv tool install` tools=( - ansible # IT automation and configuration management + ansible # IT automation and configuration management + openapi-python-client # Generate Python API clients from OpenAPI specs ) # Library packages — installed into system Python with `uv pip install --system`