Skip to content

Commit f2df5a6

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ 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",
@@ -25,6 +24,11 @@ dependencies = [
2524
"questionary >= 1.10.0",
2625
]
2726

27+
[project.optional-dependencies]
28+
nrfjprog = [
29+
"pynrfjprog >= 10.19.0",
30+
]
31+
2832
[project.urls]
2933
Home = "https://github.com/tock/tockloader"
3034

0 commit comments

Comments
 (0)