We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e74ae40 commit f2df5a6Copy full SHA for f2df5a6
pyproject.toml
@@ -16,7 +16,6 @@ dependencies = [
16
"crcmod >= 1.7",
17
"ecdsa >= 0.19.1",
18
"pycryptodome >= 3.15.0",
19
- "pynrfjprog >= 10.19.0",
20
"pyserial >= 3.0.1",
21
"siphash >= 0.0.1",
22
"six >= 1.9.0",
@@ -25,6 +24,11 @@ dependencies = [
25
24
"questionary >= 1.10.0",
26
]
27
+[project.optional-dependencies]
28
+nrfjprog = [
29
+ "pynrfjprog >= 10.19.0",
30
+]
31
+
32
[project.urls]
33
Home = "https://github.com/tock/tockloader"
34
0 commit comments