Move list of pipx packages into toolset

This commit is contained in:
Vladimir Safonkin
2020-10-05 12:04:29 +03:00
parent 4b0de6f6f4
commit 08f157956f
5 changed files with 30 additions and 19 deletions

View File

@@ -188,5 +188,9 @@
"node:12-alpine",
"ubuntu:14.04"
]
}
},
"pipx": [
"yamllint",
"aws-sam-cli"
]
}

View File

@@ -151,5 +151,9 @@
"node:12-alpine",
"ubuntu:14.04"
]
}
},
"pipx": [
"yamllint",
"aws-sam-cli"
]
}