serverless-python-requirements icon indicating copy to clipboard operation
serverless-python-requirements copied to clipboard

Add support for constraints.txt

Open whardier opened this issue 4 years ago • 0 comments

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.

whardier avatar Jun 14 '21 22:06 whardier