Skip to content

Instantly share code, notes, and snippets.

@uorat
Created August 31, 2017 05:22
Embed
What would you like to do?
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