Install dependencies from GitHub with `pyproject.toml` or `requirements.txt`

from blog Chris Holdgraf's blog, | ↗ original
This is a short post to demonstrate how to install packages directly from GitHub with `pyprojects.toml` or `requirements.txt`, including custom branches and commits. It will focus on `pyprojects.toml` because this is newer and there's less information about it, but the general pattern holds for `requirements.txt` as well. In `pyproject.toml`, you...