Skip to content

Instantly share code, notes, and snippets.

@uorat
Created August 31, 2017 05:22
Show Gist options
  • Select an option

  • Save uorat/cbe1d0c7ebaf23dea404df8943faf0ee to your computer and use it in GitHub Desktop.

Select an option

Save uorat/cbe1d0c7ebaf23dea404df8943faf0ee to your computer and use it in GitHub Desktop.

Revisions

  1. uorat created this gist Aug 31, 2017.
    6 changes: 6 additions & 0 deletions hello-apex-pip-function.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    {
    "runtime": "python3.6",
    "hooks": {
    "build": "pip install -r requirements.txt -t ."
    }
    }