From c91c5e31adb87d93199115f0c9fb1097e28f72b6 Mon Sep 17 00:00:00 2001 From: Xithrius Date: Tue, 15 Jul 2025 16:56:09 -0700 Subject: Other references/usages of poetry migrated to uv --- static-builds/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static-builds') diff --git a/static-builds/README.md b/static-builds/README.md index afd34bb0..8eed267e 100644 --- a/static-builds/README.md +++ b/static-builds/README.md @@ -17,9 +17,9 @@ They are split into two parts: To get started with building, you can use the following command: ```shell -poetry install +uv sync python -m pip install httpx==0.19.0 -poetry run task static +uv run task static ``` Alternatively, you can use the [Dockerfile](/Dockerfile) and extract the build. -- cgit v1.2.3