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 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": []