add dev requirements to locked requirements.txt

This commit is contained in:
Thomas (Tom) C. Gorordo 2025-04-18 16:30:00 -07:00
parent f69ddba109
commit 90f842c639
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
2 changed files with 2 additions and 2 deletions

View file

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