From 90f842c639d2805051b061ab90be70b983ab6192 Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" Date: Fri, 18 Apr 2025 16:30:00 -0700 Subject: [PATCH] add dev requirements to locked requirements.txt --- justfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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