changed to uv
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user