From 8ba440fcc842f80df0138ad7e0a29db74bb361e8 Mon Sep 17 00:00:00 2001
From: Paulus Kruger <kruger@astron.nl>
Date: Mon, 7 Jun 2021 07:11:54 +0000
Subject: [PATCH] Update README.md

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 7fdec05..7999cbf 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@ This Python3 code uses other Python3 modules:
 
 - opcua
 - recordclass
+- yaml
 - numpy
 
 We recommend to install a virtual environment and then install the dependencies there.  For convenience we have added the relevant modules to the file `requirements.txt` that can be used to install them with pip3: `python3 -m pip install -r requirements.txt`
-- 
GitLab