fixup smpp.twisted

Change-Id: I44634f35e540625ee669a0ac15a5e249711f6b52
This commit is contained in:
Harald Welte 2023-06-01 09:58:59 +02:00
parent 59dbf489dc
commit 643246ab65
2 changed files with 2 additions and 0 deletions

View File

@ -12,3 +12,4 @@ colorlog
pycryptodomex
packaging
git+https://github.com/hologram-io/smpp.pdu
git+https://github.com/jookies/smpp.twisted

View File

@ -23,6 +23,7 @@ setup(
"pycryptodomex",
"packaging",
"smpp.pdu @ git+https://github.com/hologram-io/smpp.pdu",
"smpp.twisted @ git+https://github.com/jookies/smpp.twisted",
],
scripts=[
'pySim-prog.py',