aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',