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

look into using poetry for dependency management #407

Closed
edaniszewski opened this issue Aug 26, 2020 · 0 comments · Fixed by #422
Closed

look into using poetry for dependency management #407

edaniszewski opened this issue Aug 26, 2020 · 0 comments · Fixed by #422

Comments

@edaniszewski
Copy link
Contributor

pip-compile has worked for us in the past, but it seems like there are limitations with it, and poetry is pretty widely adopted and used.

recently, one issue with pip-compile was that in doing an update, it updates all dependencies. I just needed to update one, but a separate dependency was updated as well to a new major version which included a bug. Luckily this was caught by a test failure here, but it does showcase how updating all deps can be a bit heavy-handed at times.

It's not necessarily something we need to adopt, but I think its worth investigating and seeing if it can simplify/reduce issues in our dependency management workflow.

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 a pull request may close this issue.

1 participant