add some requirements.txt support

This commit is contained in:
Thomas (Tom) C. Gorordo 2025-04-18 02:03:28 -07:00
parent 4235e47c6d
commit 910910efcd
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
2 changed files with 31 additions and 0 deletions

View file

@ -18,3 +18,6 @@ clean:
wipe:
just clean
rm -rf .venv
lock:
uv pip compile pyproject.toml -o requirements.txt