[skip ci] add installation of python packages for pybuilder

This commit is contained in:
az 2023-04-06 17:58:19 +02:00
parent 54b4d3075c
commit 8e2c5e13a6

View file

@ -28,8 +28,9 @@ fun Prov.configureVenv(): ProvResult = task {
}
fun Prov.installPybuilder(): ProvResult = task {
cmd("pip3 install pybuilder ddadevops pypandoc mockito coverage unittest-xml-reporting deprecation python_terraform " +
"boto3")
cmd("pip3 install pybuilder ddadevops pypandoc mockito coverage unittest-xml-reporting deprecation" +
" python_terraform dda_python_terraform boto3 pyyaml ")
cmd("pip3 install --upgrade ddadevops")
}
fun Prov.installRestClient(): ProvResult = task {