Add missing pip packages
This commit is contained in:
parent
15466c9706
commit
d9f3169708
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ fun Prov.configureVenv(venvHome: String): ProvResult = task {
|
||||||
|
|
||||||
fun Prov.installPybuilder(venvHome: String? = null): ProvResult = task {
|
fun Prov.installPybuilder(venvHome: String? = null): ProvResult = task {
|
||||||
pipInstall("pybuilder ddadevops pypandoc mockito coverage unittest-xml-reporting deprecation" +
|
pipInstall("pybuilder ddadevops pypandoc mockito coverage unittest-xml-reporting deprecation" +
|
||||||
" python_terraform dda_python_terraform boto3 pyyaml ",
|
" python_terraform dda_python_terraform boto3 pyyaml mfa packaging",
|
||||||
venvHome
|
venvHome
|
||||||
)
|
)
|
||||||
pipInstall("--upgrade ddadevops", venvHome)
|
pipInstall("--upgrade ddadevops", venvHome)
|
||||||
|
|
Loading…
Reference in a new issue