aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-04-10 17:22:35 +0200
committerHarald Welte <laforge@osmocom.org>2021-04-11 12:20:29 +0200
commite0f9ef16060f91d1ff36dbbac77ae44c9bac4b7a (patch)
tree5a4c0f683f849d23e7936e47dd2507dd3e13b309 /requirements.txt
parentd0505bdb5574257ce52404384864a596227f79bb (diff)
integrate 'construct' python library
'construct' is a declarative symmetric encoder/decoder for user specified binary formats. It should come in extremely handy in tools like pySim. We start the integration by adding transport methods for transceiving APDUs with built-in encoding of the command data and decoding of the response data. Change-Id: Ibf457aa8b9480a8db5979defcfafd67674303f6c
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index f203ed1..6da27cc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,3 +3,4 @@ serial
pytlv
cmd2
jsonpath-ng
+construct