> How do you deal with keeping your top level dependencies and exact versions of all of your dependencies of dependencies separate in a way that's sane and 100% reproduceable for a typical web app / repo that might not in itself be a Python package?
`pip-compile` from `pip-tools` is my go-to for this.
`pip-compile` from `pip-tools` is my go-to for this.