From 9b5c8583196c255359110a82d61cbc761b6aa7c0 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Fri, 13 Sep 2024 15:24:59 -0700 Subject: [PATCH 1/2] Update OVOS dependencies for 0.x compat. Refactor imports --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7d89ad8..20041a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ -ovos-workshop~=0.0.7 +ovos-workshop~=0.0,>=0.0.7 beautifulsoup4~=4.11 -neon-utils~=1.0 +# TODO: network patching dependency resolution +neon-utils[network]~=1.0,>=1.11.1a3 ovos-plugin-common-play~=0.0.3 ovos-utils~=0.0, >=0.0.28 From 591fdb4bce9f0ccb4f3cf864a53f5bb0ca05f5b7 Mon Sep 17 00:00:00 2001 From: NeonDaniel Date: Fri, 13 Sep 2024 22:26:04 +0000 Subject: [PATCH 2/2] Update skill.json --- skill.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skill.json b/skill.json index e79e12a..a71039d 100644 --- a/skill.json +++ b/skill.json @@ -16,10 +16,10 @@ "requirements": { "python": [ "beautifulsoup4~=4.11", - "neon-utils~=1.0", + "neon-utils[network]~=1.0,>=1.11.1a3", "ovos-plugin-common-play~=0.0.3", "ovos-utils~=0.0, >=0.0.28", - "ovos-workshop~=0.0.7" + "ovos-workshop~=0.0,>=0.0.7" ], "system": {}, "skill": []