Skip to content

Instantly share code, notes, and snippets.

@uorat
Created August 31, 2017 05:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uorat/cbe1d0c7ebaf23dea404df8943faf0ee to your computer and use it in GitHub Desktop.
Save uorat/cbe1d0c7ebaf23dea404df8943faf0ee to your computer and use it in GitHub Desktop.
hello-apex/functions/helloworld-python/functions.json
{
"runtime": "python3.6",
"hooks": {
"build": "pip install -r requirements.txt -t ."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment