diff --git a/justfile b/justfile index 160b74e..088169b 100644 --- a/justfile +++ b/justfile @@ -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 diff --git a/requirements.txt b/requirements.txt index a4a3474..505dc5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # 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 # via carousel (pyproject.toml) iniconfig==2.1.0