Skip to content

Commit fe426f8

Browse files
committed
[nrfconnect] Fixed Python requirements for factory data generation
Recently the SetupPayload module has started utilizing `concrete` package. As a result, it has became an indirect dependency of implementation of the nrfconnect factory data generation. Forward the `setup_payload/python/requirements.txt` to the nrfconnect specific requirements as a fix. Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
1 parent 4cdce52 commit fe426f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
-r ../../src/setup_payload/python/requirements.txt
2+
13
jsonschema>=4.4.0
24
cbor2>=5.4.3
35
ecdsa>=0.18.0
46
qrcode==7.4.2
5-
bitarray==2.6.0
67
python_stdnum==1.18

0 commit comments

Comments
 (0)