static-build-with-pipdeprecated

Static builder for now.sh with pip dependencies

Usage no npm install needed!

<script type="module">
  import staticBuildWithPip from 'https://cdn.skypack.dev/static-build-with-pip';
</script>

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"]
      }
    }
  ]
}