From 4d58abb542c2e5fe32de163241e8a1a35558a8a2 Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:33:09 -0800 Subject: [PATCH] Support ovos-utils 0.1 (#70) * Update requirements to allow ovos-utils 0.1 * Update skill.json --------- Co-authored-by: Daniel McKnight Co-authored-by: NeonDaniel --- requirements.txt | 2 +- skill.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6b314b6..1655f0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ neon-utils~=1.0 beautifulsoup4~=4.0 -ovos-utils~=0.0.28 +ovos-utils~=0.0, >=0.0.28 ovos-bus-client~=0.0.3 diff --git a/skill.json b/skill.json index 541244d..089f674 100644 --- a/skill.json +++ b/skill.json @@ -17,7 +17,7 @@ "beautifulsoup4~=4.0", "neon-utils~=1.0", "ovos-bus-client~=0.0.3", - "ovos-utils~=0.0.28" + "ovos-utils~=0.0, >=0.0.28" ], "system": {}, "skill": []