|
|
|
|
|
by dalemyers
2023 days ago
|
|
This isn't quite the same. Yes, I can update my root dependencies in the `requirements.txt` file, run `pip install -r requirements.txt` and the run `pip freeze > requirements.txt`, but that's convoluted and requires me to know exactly what my root dependencies are. Is `astroid` something our tools use directly, or is it just a dependency of `pylint`? It's not clear. A lockfile clears this up. |
|
Docs: https://pip.pypa.io/en/stable/user_guide/#constraints-files