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 package management to Poetry and update dependencies #9

Merged
merged 2 commits into from
Jan 30, 2024

Conversation

robertknight
Copy link
Owner

@robertknight robertknight commented Jan 30, 2024

Apparently all the cool kids are using Poetry, so I will give it a go too.

More seriously it provides slightly faster dependency installation, nicer CLI output and shares a config file (pyproject.toml) with other tools. The lockfile format is also more diff-friendly.

In the process update all dependencies to current versions.

Switch the package management tool from Pipenv to Poetry and update dependencies
to current versions.

From initial testing Poetry seems to provide faster installation and more
helpful CLI output.
@robertknight robertknight marked this pull request as ready for review January 30, 2024 19:46
@robertknight robertknight merged commit e2b30fe into main Jan 30, 2024
1 check passed
@robertknight robertknight deleted the poetry branch January 30, 2024 19:46
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