#!/bin/bash
python -m venv .venv
. .venv/bin/activate
pip install -U pip~=23.3.0 pip-tools~=7.3.0
pip-sync requirements_dev.txt