Using the serverless framework v1.0.0, I have a \'requirements.txt\' in my service root with the contents being the list of dependant python packages. (e.g. requests).
The Serverless Framework doesn't handle the pip install. See https://stackoverflow.com/a/39791686/1111215 for the solution
pip install