install jsondiff and pyyaml for docker swarm
This commit is contained in:
parent
57d191b837
commit
3a874fa4f8
6 changed files with 31 additions and 79 deletions
|
@ -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
|
||||
]))
|
||||
];
|
||||
};
|
||||
|
|
Reference in a new issue