mirror of
https://github.com/tgorordo/carousel.git
synced 2026-06-12 20:42:13 -07:00
add some requirements.txt support
This commit is contained in:
parent
4235e47c6d
commit
910910efcd
2 changed files with 31 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -18,3 +18,6 @@ clean:
|
|||
wipe:
|
||||
just clean
|
||||
rm -rf .venv
|
||||
|
||||
lock:
|
||||
uv pip compile pyproject.toml -o requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue