-
-
Notifications
You must be signed in to change notification settings - Fork 136
Use Poetry for dependency management and packaging #367
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #367 +/- ##
===========================================
- Coverage 96.72% 70.95% -25.78%
===========================================
Files 80 80
Lines 1743 2355 +612
===========================================
- Hits 1686 1671 -15
- Misses 57 684 +627
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good just have couple of questions. Apreciate it.
Code coverage report went crazy dunno why |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@sisp thank you for the contribution |
@p1c2u I just noticed you didn't squash the commits of this PR before merging it. Was it intentional? |
Not intentional but that's okay |
This PR adds Poetry for dependency management and packaging.
It addresses the first suggestion of #355. I think it's better to create separate PRs for the different improvements suggested in #355 instead of having one big PR. I've intentionally set most of the dependencies' version specifiers to
"*"
to keep them as they are right now to not mix different steps of the migration.Let me know what you think. 🙂