From 09ff0e2b433b7143d5b40b4494744569b805e554 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sun, 13 Aug 2023 12:16:16 +0200 Subject: [PATCH] README.md: sort dependencies, document smpp.pdu This dependency is currently only mentioned in requirements.txt, it makes sense to also document it here. Change-Id: I89760dd4008829c91fafbd442483d076c92a7ed4 --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c3c5a255..78012836 100644 --- a/README.md +++ b/README.md @@ -73,19 +73,20 @@ Installation Please install the following dependencies: + - bidict + - cmd2 >= 1.5.0 + - colorlog + - construct >= 2.9.51 + - gsm0338 + - jsonpath-ng + - packaging + - pycryptodomex - pyscard - pyserial - pytlv - - cmd2 >= 1.5.0 - - jsonpath-ng - - construct >= 2.9.51 - - bidict - - gsm0338 - pyyaml >= 5.1 + - smpp.pdu (from `github.com/hologram-io/smpp.pdu`) - termcolor - - colorlog - - packaging - - pycryptodomex Example for Debian: ```sh