Skip to content

Commit

Permalink
Update OVOS depdendencies for 0.x compat (#36)
Browse files Browse the repository at this point in the history
* Update OVOS dependencies for 0.x compat.
Refactor imports

* Update skill.json

---------

Co-authored-by: Daniel McKnight <[email protected]>
Co-authored-by: NeonDaniel <[email protected]>
  • Loading branch information
3 people authored Sep 17, 2024
1 parent 2bd1d14 commit 860f92a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

from enum import IntEnum
from random import randint
from ovos_bus_client import Message
from ovos_bus_client.message import Message
from neon_utils.skills.neon_skill import NeonSkill
from neon_utils.validator_utils import numeric_confirmation_validator
from neon_utils.configuration_utils import get_user_config_from_mycroft_conf
Expand Down
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
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-bus-client~=0.0.3
ovos-bus-client~=0.0,>=0.0.3
ovos-workshop~=0.0,>=0.0.12
7 changes: 4 additions & 3 deletions skill.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
"systemDeps": false,
"requirements": {
"python": [
"neon-utils~=1.0",
"ovos-bus-client~=0.0.3",
"ovos-utils~=0.0, >=0.0.28"
"neon-utils[network]~=1.0,>=1.11.1a3",
"ovos-bus-client~=0.0,>=0.0.3",
"ovos-utils~=0.0, >=0.0.28",
"ovos-workshop~=0.0,>=0.0.12"
],
"system": {},
"skill": []
Expand Down

0 comments on commit 860f92a

Please sign in to comment.