mirror of
https://github.com/tgorordo/carousel.git
synced 2026-06-14 21:32:14 -07:00
add dev requirements to locked requirements.txt
This commit is contained in:
parent
f69ddba109
commit
90f842c639
2 changed files with 2 additions and 2 deletions
2
justfile
2
justfile
|
|
@ -24,4 +24,4 @@ wipe:
|
||||||
rm -rf .venv
|
rm -rf .venv
|
||||||
|
|
||||||
lock:
|
lock:
|
||||||
uv pip compile pyproject.toml -o requirements.txt
|
uv pip compile pyproject.toml -o requirements.txt --all-extras
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# This file was autogenerated by uv via the following command:
|
# This file was autogenerated by uv via the following command:
|
||||||
# uv pip compile pyproject.toml -o requirements.txt
|
# uv pip compile pyproject.toml -o requirements.txt --all-extras
|
||||||
click==8.1.8
|
click==8.1.8
|
||||||
# via carousel (pyproject.toml)
|
# via carousel (pyproject.toml)
|
||||||
iniconfig==2.1.0
|
iniconfig==2.1.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue