pip-tools for Python dependencies management

Here’s how and why I use pip-tools for my side-projects.

2023-03-02 · 5 min · 977 words

Poetry for Python dependencies management

At ITSF, teams using the same languages/frameworks regularly meet to share experience and decide on common guidelines. With the Python teams, we recently decided to change our dependencies management system to something more robust because we were not satisfied with pip alone. ✅ Requirements Here’s a list of the features we expected from our new tool: It must manage transitive dependencies1 for us. Developers should only have to specify the direct dependencies of their projects....

2020-12-30 · 6 min · 1119 words