install jsondiff and pyyaml for docker swarm

This commit is contained in:
Pim Kunis 2024-02-06 23:28:17 +01:00
parent 57d191b837
commit 3a874fa4f8
6 changed files with 31 additions and 79 deletions

View file

@ -120,6 +120,8 @@
(python311.withPackages (python-pkgs: [
python-pkgs.docker
python-pkgs.requests
python-pkgs.jsondiff
python-pkgs.pyyaml
]))
];
};
@ -154,6 +156,8 @@
(python311.withPackages (python-pkgs: [
python-pkgs.docker
python-pkgs.requests
python-pkgs.jsondiff
python-pkgs.pyyaml
]))
];
};
@ -188,6 +192,8 @@
(python311.withPackages (python-pkgs: [
python-pkgs.docker
python-pkgs.requests
python-pkgs.jsondiff
python-pkgs.pyyaml
]))
];
};