Skip to content

Thoughts on switching to dependency groups in pyproject.toml? #625

Open
@stefmolin

Description

@stefmolin

PEP 735 added dependency groups to pyproject.toml, which would remove the need to have multiple requirements files.

This would allow us to hopefully remove those requirements.txt files and the logic to generate them. For example, in .circleci/config.yml we could make the following change:

- python -m pip install --upgrade -r requirements/doc.txt
+ python -m pip install --upgrade --group doc

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