Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a shared docs build env dependencies location
This change adds a new dependencies list location that is compatible with: * pip-tools * dependabot * pip itself It allows us to gradually introduce support for locked build envs with pinned versions and hashes following the best practices present in many major projects in Python ecosystem (like PyPI) while keeping the DX with our main (tox-oriented) dev setup seamless. Refs: * https://hynek.me/articles/python-app-deps-2018/#pip-tools--everything-old-is-new-again * https://github.com/jazzband/pip-tools#output-file * https://github.com/pypa/warehouse/tree/master/requirements * https://dependabot.com/blog/dependabot-now-supports-pip-compile/ * dependabot/feedback#658 (comment) * https://github.com/dependabot/dependabot-core/blob/20557d2/python/lib/dependabot/python/update_checker/pip_compile_version_resolver.rb#L23
- Loading branch information