add dev requirements to locked requirements.txt

This commit is contained in:
Thomas (Tom) C. Gorordo 2025-04-18 16:34:11 -07:00
parent 3acc2de9cc
commit 740ae98027
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
2 changed files with 45 additions and 2 deletions

View file

@ -24,4 +24,4 @@ wipe:
rm -rf .venv
lock:
uv pip compile pyproject.toml -o requirements.txt --all-extras
uv pip compile pyproject.toml -o requirements.txt --group dev