From 8ca2011d770c90cc97d6eff82b50913206609f2d Mon Sep 17 00:00:00 2001 From: Max Hutz Date: Wed, 8 Oct 2025 21:21:02 -0400 Subject: [PATCH] feat: add yq to pip requirements --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index f1062ee..01250a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ ansible==11.1.0 ansible-compat==24.10.0 ansible-core==2.18.1 ansible-lint==24.12.2 +argcomplete==3.6.2 attrs==24.3.0 awscli-local==0.22.0 black==24.10.0 @@ -38,7 +39,10 @@ ruamel.yaml==0.18.10 s3transfer==0.10.4 six==1.17.0 subprocess-tee==0.4.2 +tomlkit==0.13.3 urllib3==2.3.0 wcmatch==10.0 +xmltodict==1.0.2 yamllint==1.35.1 +yq==3.4.3 zipp==3.21.0