changed to uv
This commit is contained in:
@@ -8,18 +8,15 @@ authors = [
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"pytest>=8.3.2",
|
"pytest>=8.3.2",
|
||||||
"gitpython>=3.1.43",
|
"gitpython>=3.1.43",
|
||||||
|
"appdaemon",
|
||||||
]
|
]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">= 3.8"
|
requires-python = ">= 3.10"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling"]
|
requires = ["hatchling"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[tool.rye]
|
|
||||||
managed = true
|
|
||||||
dev-dependencies = []
|
|
||||||
|
|
||||||
[tool.ruff.format]
|
[tool.ruff.format]
|
||||||
quote-style = "single"
|
quote-style = "single"
|
||||||
|
|
||||||
@@ -28,3 +25,11 @@ allow-direct-references = true
|
|||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
packages = ["src/ad_test"]
|
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