Skip to content

Commit a716253

Browse files
committed
Use correct dependencies in pyproject.toml
1 parent b7580fd commit a716253

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ authors = [
1212
license = {text = "GPL-3.0"}
1313
requires-python = ">=3.8"
1414
dependencies = [
15-
"zigpy>=0.52.0",
16-
"async_timeout",
17-
"voluptuous",
15+
"click",
1816
"coloredlogs",
19-
"jsonschema",
17+
"scapy",
18+
"zigpy>=0.48.1",
19+
"bellows>=0.34.3",
20+
"zigpy-deconz>=0.18.0",
21+
"zigpy-znp>=0.8.0",
2022
]
2123
dynamic = ["version", "readme"]
2224

0 commit comments

Comments
 (0)