-
Notifications
You must be signed in to change notification settings - Fork 30
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
update python dependencies & build sections #259
Conversation
Note to reviewer: the link checker is failing because of dead links in master. We should make a separate PR to fix them. |
Any further comments on this? Note that everything in 3bf470e was already reviewed by @bouweandela in 2020. I changed a few things in the three commits after that, so for ease of reviewing, just checking those three commits should suffice. |
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.
Thanks for the much needed updates!
fa259f5
to
d6ee7e8
Compare
Rebased loose review commits into one big one for cleaner history. |
@bouweandela anything further before approving? :) |
Could you please have a look at the unresolved comments? And at the merge conflict? |
I replied to the unresolved comments, waiting for your reply :) I will resolve the merge conflict, it's just because I was doing 5 separate PRs in a row on the same file. |
d6ee7e8
to
b9570bc
Compare
Rebased to fix merge conflicts. Can you take a look at the two unresolved discussions? |
My apologies, I wrote replies to your comments a few days ago but it looks like I did not use the 'Finish your review' button, so you couldn't see them. And then I was waiting for you to answer them, which obviously didn't work 😆 |
8b983cc
to
74c119c
Compare
@bouweandela comments resolved, please make a final check :) |
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.
Thanks!
This is a continuation and further update to 2022 of #218. To reiterate from #218:
On top of that, this PR has a few extra tweaks:
venv
the first choice instead ofvirtualenv
.setup.py
in favor ofsetup.cfg
andpyproject.toml
, sincesetup.py
has been deprecated in favor of those configuration files.