-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels