LibraryResponse

data class LibraryResponse(val name: String, val version: String)

Third-party Python runtime library that is required by the application.

Constructors

Link copied to clipboard
fun LibraryResponse(name: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the library. Example: "django".

Link copied to clipboard

Version of the library to select, or "latest".