Release instructions Install pip-tools: python -m pip install -r requirements-dev.txt Run pip-compile to pin all the dependencies and update requirements.txt: pip-compile Commit the result. Open a PR.