Skip to content

Create make command for updating a single Python dependency #11

@marcelofern

Description

@marcelofern

We recommend the following command for updating a Python dependency:

pip-compile -P $PACKAGE==$VERSION pyproject.toml --resolver=backtracking --extra=dev --output-file=requirements/development.txt

We can make this more ergonomic by having a make command that simplifies it.

For context, please see

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions