Hoernchen has uploaded this change for review.

View Change

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",
"asn1tools",
"smpp.twisted3 @ git+https://github.com/jookies/smpp.twisted",
+ "klein",
+ "service-identity",
+ "pyopenssl",
+ "requests",
],
scripts=[
'pySim-prog.py',

To view, visit change 40463. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: If69b2bd5f8bc604443108c942c17eba9c22f4053
Gerrit-Change-Number: 40463
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen <ewild@sysmocom.de>