From db37522ad7590d8d8a5c2bd77f24313a1fabd0c0 Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Sun, 2 Feb 2025 17:02:44 -0700 Subject: [PATCH] Move to custom rrdtool for ACARS Hub --- rootfs/webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/webapp/requirements.txt b/rootfs/webapp/requirements.txt index 5b693c9d..1f371279 100644 --- a/rootfs/webapp/requirements.txt +++ b/rootfs/webapp/requirements.txt @@ -3,6 +3,6 @@ Flask-SocketIO==5.5.1 gevent==24.11.1 gunicorn[gevent]==23.0.0 requests==2.32.3 -rrdtool==0.1.16 +rrdtool @git+https://github.com/fredclausen/python-rrdtool.git schedule==1.2.2 sqlalchemy==2.0.37