aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2023-06-01 09:58:59 +0200
committerHarald Welte <laforge@osmocom.org>2024-06-08 18:38:22 +0200
commitdf3a91820eadfb4d557dab020e471efca0f9fa64 (patch)
treeabb11db2b751b7e01a3ad471bfac8663258280d9
parent57ff4e04c73c4b1b7c3ef5c86f4eaaacc5e6c082 (diff)
fixup smpp.twisted
-rw-r--r--requirements.txt1
-rw-r--r--setup.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index c12daf8..ec04b6e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,3 +14,4 @@ cryptography
git+https://github.com/osmocom/asn1tools
packaging
git+https://github.com/hologram-io/smpp.pdu
+git+https://github.com/jookies/smpp.twisted
diff --git a/setup.py b/setup.py
index 1a41d4f..3b16ff2 100644
--- a/setup.py
+++ b/setup.py
@@ -31,6 +31,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',