From cacafe36e5dcda6751a657df828773d34e1e5a15 Mon Sep 17 00:00:00 2001 From: Sp5rky Date: Thu, 17 Jul 2025 19:05:47 -0600 Subject: [PATCH] Updated Services (markdown) --- Services.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Services.md b/Services.md index f8687ab..f3bc707 100644 --- a/Services.md +++ b/Services.md @@ -167,8 +167,8 @@ If you are new to `git` then take a look at [GitHub Desktop](https://desktop.git > [!TIP] > A huge benefit with this method is that you can also sync dependencies by your own Services as well! -> Just use `poetry` to add or modify dependencies appropriately and commit the changed `poetry.lock`. -> However, if the core project also has dependency changes your `poetry.lock` changes will conflict and you +> Just use `uv` to add or modify dependencies appropriately and commit the changed `uv.lock`. +> However, if the core project also has dependency changes your `uv.lock` changes will conflict and you > will need to learn how to do conflict resolution/rebasing. It is worth it though! #### Symlinking