From 2e94c53b37df03c54d0e3ab939b24ea16e978bde Mon Sep 17 00:00:00 2001 From: tazlin Date: Wed, 4 Oct 2023 09:28:58 -0400 Subject: [PATCH] fix: correct yaml requirement, min hordelib --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 60af6c40..bea00980 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ horde_sdk>=0.7.11 horde_model_reference git+https://github.com/Haidra-Org/horde-safety@nsfw-checking-and-anime-handling -hordelib>=2.0.0 +hordelib>=2.0.1 python-dotenv -pyyaml +ruamel.yaml python-Levenshtein