Skip to content

Commit dcbe3bc

Browse files
committed
pyproject.toml: make pynrfjprog an optional dependencies
1 parent e74ae40 commit dcbe3bc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@ dependencies = [
1616
"crcmod >= 1.7",
1717
"ecdsa >= 0.19.1",
1818
"pycryptodome >= 3.15.0",
19-
"pynrfjprog >= 10.19.0",
2019
"pyserial >= 3.0.1",
2120
"siphash >= 0.0.1",
2221
"six >= 1.9.0",
2322
"toml >= 0.10.2",
2423
"tqdm >= 4.45.0 ",
2524
"questionary >= 1.10.0",
2625
]
26+
optional-dependencies = [
27+
"pynrfjprog >= 10.19.0",
28+
]
2729

2830
[project.urls]
2931
Home = "https://github.com/tock/tockloader"

0 commit comments

Comments
 (0)