aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2023-06-01 09:58:59 +0200
committerHarald Welte <laforge@osmocom.org>2023-07-04 21:17:19 +0200
commit643246ab65a72aa6c443e8ba124c3ddf6320850d (patch)
treea9044673902492581ca8552501fdba2980139a11
parent59dbf489dcf72fb3fa8ac48f3c0ee3f7ca5070ae (diff)
fixup smpp.twistedlaforge/ota
-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 4332b66..afb2f59 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,3 +12,4 @@ colorlog
pycryptodomex
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 5678c55..b112dc6 100644
--- a/setup.py
+++ b/setup.py
@@ -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',