mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
This is sadly required as the Interoperable Profile format must process elements of an ASN.1 sequence in order, which doesn't work if the parser puts the elements in a python dict. The osmocom fork of asn1tools hence uses OrderedDict to work around this problem. Change-Id: Id28fcf060f491bb3d76aa6d8026aa76058edb675
17 lines
231 B
Plaintext
17 lines
231 B
Plaintext
pyscard
|
|
pyserial
|
|
pytlv
|
|
cmd2>=1.5
|
|
jsonpath-ng
|
|
construct>=2.9.51
|
|
bidict
|
|
gsm0338
|
|
pyyaml>=5.1
|
|
termcolor
|
|
colorlog
|
|
pycryptodomex
|
|
cryptography
|
|
git+https://github.com/osmocom/asn1tools
|
|
packaging
|
|
git+https://github.com/hologram-io/smpp.pdu
|