@sqlrooms/python / PythonRequirementSpec
Type Alias: PythonRequirementSpec
PythonRequirementSpec =
object
Package requirement requested by Python execution.
Type Declaration
| Name | Type |
|---|---|
name | string |
version? | string |
source? | "pyodide" | "micropip" | "host" |
