serverless / serverless-python-requirements

⚡️🐍📦 Serverless plugin to bundle Python packages
MIT License
1.11k stars 290 forks source link

Please Add Support for PEP 631 #819

Open jax-b opened 7 months ago

jax-b commented 7 months ago

Is there an existing issue for this?

Use case description

Currently PEP 631 defines using the dependencies section under project for pyproject.toml as a vendor agnostic way of defining requirements. I have started to use this instead of a requirements.toml

Proposed solution (optional)

Update naming on existing poetry code, Add Parsing in to convert pyproject.toml > project > dependencies.