Skip to content

feat: support pyproject.toml + entry point for python projects #3118

@NorthIsUp

Description

@NorthIsUp

Is your feature request related to a problem? Please describe.

python projects are moving to the pyproject.toml standard for declaring dependencies and requirements.txt is less common by the day.

It would be nice to be able to point to a folder with a pyproject.toml file and then have everything "just work"

Describe the solution you'd like to see

  • be able to use pyproject.toml for the project dependencies as well as the build and script entry points
  • bonus is to support uv for installation/bundling

Describe alternate solutions

the current solution of requirements.txt is the alternate, it doesn't support as complex of projects tho.

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions