serverless-python-requirements
serverless-python-requirements copied to clipboard
Add support for constraints.txt
Along with generating/copying requirements.txt might want to be the option to scan requirements.txt for '-c' args and also copy over, relatively, any files referenced there to .serverless/requirements/
I can get around this with a docker build argument - however it causes a root file to persist in .serverless/requirements/constraints.txt that is just a stub that needs sudo permission to be removed.