37
How to improve Python packaging, or why fourteen tools are at least twelve too many
(chriswarrick.com)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
If you use
poetry add
it should only update what is necessary, and you can usepoetry lock --no-update
to lock without updating everything.