dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/33831 )
Change subject: requirements: add pyshark to requirements lists ...................................................................... requirements: add pyshark to requirements lists pySim-trace.py requires pyshark, let's add it to the requirement lists Change-Id: I885c7210aac3774a5f1f5201903ad2bff94c3120 --- M README.md M requirements.txt M setup.py 3 files changed, 14 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/31/33831/1 diff --git a/README.md b/README.md index 2a89c9a..2a79fb3 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ - colorlog - packaging - pycryptodomex + - pyshark Example for Debian: ```sh diff --git a/requirements.txt b/requirements.txt index 4332b66..665b09e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,5 @@ colorlog pycryptodomex packaging +pyshark git+https://github.com/hologram-io/smpp.pdu diff --git a/setup.py b/setup.py index f776443..a16fca7 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ "colorlog", "pycryptodomex", "packaging", + "pyshark", "smpp.pdu @ git+https://github.com/hologram-io/smpp.pdu", ], scripts=[ -- To view, visit https://gerrit.osmocom.org/c/pysim/+/33831 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: pysim Gerrit-Branch: master Gerrit-Change-Id: I885c7210aac3774a5f1f5201903ad2bff94c3120 Gerrit-Change-Number: 33831 Gerrit-PatchSet: 1 Gerrit-Owner: dexter <[email protected]> Gerrit-MessageType: newchange
