Serverless Framework - Python and Requirements.txt

后端 未结 3 2011
南方客
南方客 2020-12-16 00:10

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).

3条回答
  •  一向
    一向 (楼主)
    2020-12-16 01:03

    The Serverless Framework doesn't handle the pip install. See https://stackoverflow.com/a/39791686/1111215 for the solution

提交回复
热议问题