serverless-python-requirements
serverless-python-requirements copied to clipboard
⚡️🐍📦 Serverless plugin to bundle Python packages
### Are you certain it's a bug? - [x] Yes, it looks like a bug ### Are you using the latest plugin release? - [x] Yes, I'm using the latest...
if you have a project hierarchy like: ``` root/ └── src/ ├── **/*.py ├── test/*.py └── serverless.yml ├── .env ├── Pipfile.lock ├── Pipfile ├── README.md ├── mypy.ini └── pyproject.toml ```...
### Are you certain it's a bug? - [x] Yes, it looks like a bug ### Are you using the latest plugin release? - [x] Yes, I'm using the latest...
### Are you certain it's a bug? - [x] Yes, it looks like a bug ### Are you using the latest plugin release? - [x] Yes, I'm using the latest...
The `poetry export` command is not included by default as of Poetry v2 ([read more](https://python-poetry.org/docs/cli/#export)). Added a note to the readme so users know they need to explicitly install the...