From 7025bcde995c0a611165a233d11c797d95c33e34 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 20 Jun 2025 08:20:50 -0500 Subject: [PATCH] changed to uv --- pyproject.toml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 62a4d91..6176a4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,18 +8,15 @@ authors = [ dependencies = [ "pytest>=8.3.2", "gitpython>=3.1.43", + "appdaemon", ] readme = "README.md" -requires-python = ">= 3.8" +requires-python = ">= 3.10" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" -[tool.rye] -managed = true -dev-dependencies = [] - [tool.ruff.format] quote-style = "single" @@ -28,3 +25,11 @@ allow-direct-references = true [tool.hatch.build.targets.wheel] packages = ["src/ad_test"] + +[tool.uv.sources] +appdaemon = {path = "/home/john/Documents/appdaemon" } + +[dependency-groups] +dev = [ + "ruff>=0.11.13", +]