Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create make command for updating a single Python dependency #11

Open
marcelofern opened this issue Aug 13, 2024 · 0 comments
Open

Create make command for updating a single Python dependency #11

marcelofern opened this issue Aug 13, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@marcelofern
Copy link
Contributor

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

@marcelofern marcelofern added the documentation Improvements or additions to documentation label Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant