Hoernchen has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/40463?usp=email )
Change subject: fix up missing requirements
......................................................................
fix up missing requirements
No idea why the list was incomplete? How do people run this?
Change-Id: If69b2bd5f8bc604443108c942c17eba9c22f4053
---
M requirements.txt
M setup.py
2 files changed, 8 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/63/40463/1
diff --git a/requirements.txt b/requirements.txt
index 9749d7f..6491f2a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15,3 +15,7 @@
packaging
git+https://github.com/hologram-io/smpp.pdu
smpp.twisted3 @
git+https://github.com/jookies/smpp.twisted
+klein
+service-identity
+pyopenssl
+requests
\ No newline at end of file
diff --git a/setup.py b/setup.py
index b33fb67..8965a70 100644
--- a/setup.py
+++ b/setup.py
@@ -34,6 +34,10 @@
"smpp.pdu @
git+https://github.com/hologram-io/smpp.pdu"quot;,
"asn1tools",
"smpp.twisted3 @
git+https://github.com/jookies/smpp.twisted"quot;,
+ "klein",
+ "service-identity",
+ "pyopenssl",
+ "requests",
],
scripts=[
'pySim-prog.py',
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/40463?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: If69b2bd5f8bc604443108c942c17eba9c22f4053
Gerrit-Change-Number: 40463
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen <ewild(a)sysmocom.de>