requirements.txt: Switch to osmocom fork of asn1tools

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
This commit is contained in:
Harald Welte 2024-01-28 22:08:16 +01:00
parent e815e79db9
commit 263e3094ba
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ termcolor
colorlog
pycryptodomex
cryptography
asn1tools
git+https://github.com/osmocom/asn1tools
packaging
git+https://github.com/hologram-io/smpp.pdu