From 22d14dc5f2274522e22d9d688201f47b8e4b5a36 Mon Sep 17 00:00:00 2001 From: Nathan TeBlunthuis Date: Wed, 28 May 2025 21:54:31 -0700 Subject: [PATCH] Remove dependency on pytest. --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d68de97..59e1043 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,9 +14,9 @@ dependencies = [ "yamlconf", ] -[tool.uv.sources] -yamlconf = { git = "https://github.com/groceryheist/yamlconf" } -mwxml = { git = "https://github.com/groceryheist/python-mwxml" } +# [tool.uv.sources] +# yamlconf = { git = "https://github.com/groceryheist/yamlconf" } +# mwxml = { git = "https://github.com/groceryheist/python-mwxml" } [dependency-groups] dev = [