From 50a51df93784a9e04efa99a30219dedf22629342 Mon Sep 17 00:00:00 2001 From: Beq Date: Mon, 28 Aug 2023 22:44:46 +0100 Subject: [PATCH] Add the independent llsd package to the requirements list current version is 1.2.1 however 1.0.0 seems to work fine --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1c8fa7fcf0..f1af8c21d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ llbase>=1.2.11 -autobuild>=3.9.1 \ No newline at end of file +autobuild>=3.9.1 +llsd>=1.0.0 \ No newline at end of file