serverless / serverless-python-requirements

⚡️🐍📦 Serverless plugin to bundle Python packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please Add Support for PEP 631

jax-b opened this issue · comments

Is there an existing issue for this?

  • I have searched existing issues, it hasn't been reported yet

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.