|
|
|
|
|
by auraham
227 days ago
|
|
Can you elaborate on this? How is npm/cargo/etc better than pip on this regard? As far as I know, files like requirements.txt, package.json, cargo.toml are intended to be used as a snapshot of the dependencies in your project. In case you need to update dependency A that also affects dependency B and C, I am not sure how one tool is better than other. |
|