pypiPackages

@JvmName(name = "uuypmuepxnnmigus")
suspend fun pypiPackages(value: Output<Map<String, String>>)
@JvmName(name = "ybskxnyvtewjwiia")
suspend fun pypiPackages(value: Map<String, String>?)

Parameters

value

Custom Python Package Index (PyPI) packages to be installed in the environment. Keys refer to the lowercase package name (e.g. "numpy"). Values are the lowercase extras and version specifier (e.g. "==1.12.0", "devel,gcp_api", "devel>=1.8.2, <1.9.2"). To specify a package without pinning it to a version specifier, use the empty string as the value.


@JvmName(name = "rpxaldovtohqxymp")
fun pypiPackages(vararg values: Pair<String, String>)

Parameters

values

Custom Python Package Index (PyPI) packages to be installed in the environment. Keys refer to the lowercase package name (e.g. "numpy"). Values are the lowercase extras and version specifier (e.g. "==1.12.0", "devel,gcp_api", "devel>=1.8.2, <1.9.2"). To specify a package without pinning it to a version specifier, use the empty string as the value.