From d2afa0e95962754bf48bf78d623533fd86e0170e Mon Sep 17 00:00:00 2001 From: Thaen Date: Sat, 14 Jun 2025 15:29:57 -0500 Subject: [PATCH] update pip-compile command syntax in autogenerated requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e16202a..d0686e7 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 -o requirements.txt pyproject.toml annotated-types==0.7.0 # via pydantic blinker==1.9.0