From 48c437c46a788a8b67be60b052279c6451acb605 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Thu, 8 Sep 2022 17:25:27 +0200
Subject: [PATCH] Add missing requirement for observation control device

---
 tangostationcontrol/requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tangostationcontrol/requirements.txt b/tangostationcontrol/requirements.txt
index b058e7aa5..b25291009 100644
--- a/tangostationcontrol/requirements.txt
+++ b/tangostationcontrol/requirements.txt
@@ -9,6 +9,7 @@ psycopg2-binary >= 2.9.2 # LGPL
 sqlalchemy >= 1.4.26 # MIT
 pysnmp >= 0.1.7 # BSD
 h5py >= 3.1.0 # BSD
+jsonschema >= 3.2.0 # MIT
 psutil >= 5.8.0 # BSD
 docker >= 5.0.3 # Apache 2
 python-logstash-async >= 2.3.0 # MIT
-- 
GitLab