-
Couldn't load subscription status.
- Fork 2
Open
Labels
enhancementAn improvement to an existing feature.An improvement to an existing feature.
Description
It seems that most Python projects have migrated to using pyproject.toml. If a pyproject.toml file exists, our installer should probably write the dependencies to that file, instead of to requirements.txt.
(In the absence of either of the files, creating a requirements.txt is fine, as creating a pyproject.toml is a whole thing)
- Installer supports
pyproject.tomland uses it when it exists - Docs mention
pyproject.tomlalongsiderequirements.txtfor manual installation
Metadata
Metadata
Assignees
Labels
enhancementAn improvement to an existing feature.An improvement to an existing feature.