diff --git a/requirements.txt b/requirements.txt index 5b6a742..ec3b37c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ -neon-utils~=1.0 +# TODO: network patching dependency resolution +neon-utils[network]~=1.0,>=1.11.1a3 ovos_utils~=0.0, >=0.0.28 -ovos-workshop~=0.0.15 \ No newline at end of file +ovos-workshop~=0.0,>=0.0.15 \ No newline at end of file diff --git a/skill.json b/skill.json index 3ce23e0..fc90e91 100644 --- a/skill.json +++ b/skill.json @@ -13,8 +13,8 @@ "systemDeps": false, "requirements": { "python": [ - "neon-utils~=1.0", - "ovos-workshop~=0.0.15", + "neon-utils[network]~=1.0,>=1.11.1a3", + "ovos-workshop~=0.0,>=0.0.15", "ovos_utils~=0.0, >=0.0.28" ], "system": {},