serverless-python-requirements
serverless-python-requirements copied to clipboard
⚡️🐍📦 Serverless plugin to bundle Python packages
Files that are installed via `requirements.txt` can't be excluded. For example this doesn't work: ``` package: exclude: - __pycache__/** - pandas/tests/** ```
If I have a requirements file including a path to an external requirements file using the -r option such as: ``` -r ${APP_PATH}/app_requirements.txt ``` this is the correct syntax for...
Hello, I am trying to deploy a python lambda function which depends on a package into a private repo, but I get the error below. A GitLab runner executes the...
Hello, I am using poetry for dependency management and am having an issue deploying when using local packages. My pyproject.toml looks like this: [tool.poetry.dependencies] python = "^3.8" sentry-sdk = "^0.19.5"...
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...
### Description This drops python 2.7 support from the tests. It further updates the README to explain the situation. While we're not explicitly breaking 2.7 support, we're no longer enforcing...
Currently if the vendor directory contains symbolic links, each of those links will contain a copy of the target file inside the output zipfile. If the original file was large,...
**DO NOT MERGE, STILL WORK IN PROGRESS** Replacing/deprecating: #198 from @sukovanej ### Purpose When running Docker-In-Docker this plugin would fail to run because the volume mount path given is based...
[Rootless Docker](https://docs.docker.com/engine/security/rootless/) provides enhanced security for Linux users, but maps the uids and gids in ways not compatible with what this module was doing. If rootless Docker is detected, skip...
This issue just started to happen to me when packaging package with docker: I couldn't find answer anywhere. Not sure if this is with serverless or this plugin. Error: Unable...