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

Switch pyproject backend to poetry #254

Merged
merged 1 commit into from
Jul 19, 2024
Merged

Switch pyproject backend to poetry #254

merged 1 commit into from
Jul 19, 2024

Conversation

ndevenish
Copy link
Contributor

This makes it easier to consistently handle dependencies and dependency locks.

This should not affect any existing workflows, as pre-commit hooks to update the lock and export to the requirements_dev.txt should make this almost entirely transparent to any existing usage.

It means that it is easier to maintain consistency with the (fully specified and verified) dependencies as they change. This has somewhat been the largest burden to maintaining this package, and manually updating dependencies is annoying.

This makes it easier to consistently handle dependencies and dependency locks.

This should not affect any existing workflows, as pre-commit hooks to update
the lock and export to the requirements_dev.txt should make this mostly
transparent to any existing usage.

It means that it is easier to maintain consistency with the (fully specified
and verified) dependencies as they change.
@ndevenish ndevenish merged commit c0cba41 into main Jul 19, 2024
8 checks passed
@ndevenish ndevenish deleted the poetry branch July 19, 2024 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant