aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2023-05-15 15:42:56 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2023-05-17 17:30:49 +0200
commit2b15e315e2d2b573787d9bd99f84c61086683547 (patch)
tree837be8d7cdcd47ee4018666ae45f88279d3b3769
parentf8a3d2b3db86a9644e0585c954d36bd87c454494 (diff)
setup: add missing pyyaml to setup.py and README.md
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 17edad9..930ba15 100644
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,7 @@ setup(
"construct >= 2.9.51",
"bidict",
"gsm0338",
+ "pyyaml >= 5.1"
"termcolor",
"colorlog",
"pycryptodome"