setup: add missing pyyaml to setup.py and README.md

Change-Id: I1d35f38b17a315dd58e8dd91a27bfa6c2c85905d
This commit is contained in:
Philipp Maier 2023-05-15 15:42:56 +02:00
parent f8a3d2b3db
commit 2b15e315e2
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ setup(
"construct >= 2.9.51",
"bidict",
"gsm0338",
"pyyaml >= 5.1"
"termcolor",
"colorlog",
"pycryptodome"