From 9a2d69910e036513a10a65c332258fd9e97c2f8f Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Tue, 26 Oct 2021 11:40:16 +0000 Subject: [PATCH] L2SS-458: Add statistics_writer required modules to requirements.txt Closed-bug: L2SS-458 --- tangostationcontrol/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tangostationcontrol/requirements.txt b/tangostationcontrol/requirements.txt index e4b3721da..b1620255b 100644 --- a/tangostationcontrol/requirements.txt +++ b/tangostationcontrol/requirements.txt @@ -7,5 +7,7 @@ PyMySQL[rsa] >= 1.0.2 # MIT sqlalchemy >= 1.4.26 #MIT GitPython >= 3.1.24 # BSD snmp >= 0.1.7 # GPL3 +h5py >= 3.5.0 # BSD +psutil >= 5.8.0 # BSD docker >= 5.0.3 # Apache 2 python-logstash-async >= 2.3.0 # MIT \ No newline at end of file -- GitLab