static-build-python
v0.1.0
Published
Static builder for now.sh with python dependencies
Downloads
2
Readme
static-build-with-pip
now.sh builder that supports pip dependencies
Example now.json
:
{
"version": 2,
"builds": [
{
"src": "package.json",
"use": "static-build-with-pip",
"config": {
"packages": ["jupyter"]
}
}
]
}