Skip to content

Commit

Permalink
Update OVOS requirements to support 0.x versions
Browse files Browse the repository at this point in the history
Update imports to remove deprecated references
  • Loading branch information
Daniel McKnight committed Sep 17, 2024
1 parent facfa47 commit 3d136f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
from typing import Optional

import requests
from adapt.intent import IntentBuilder
from ovos_bus_client import Message
from ovos_utils import classproperty
from ovos_utils.process_utils import RuntimeRequirements
Expand All @@ -41,6 +40,7 @@
from neon_utils.skills.neon_skill import NeonSkill
from neon_utils.web_utils import scrape_page_for_links as scrape
from ovos_workshop.decorators import intent_handler
from ovos_workshop.intents import IntentBuilder


class LauncherSkill(NeonSkill):
Expand Down
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
neon-utils[network]~=1.0
neon-utils[network]~=1.0,>=1.11.1a3
ovos-utils~=0.0, >=0.0.28
ovos-bus-client~=0.0.3
ovos-workshop~=0.0.15
adapt-parser<2.0,>=0.5
ovos-bus-client~=0.0,>=0.0.3
ovos-workshop~=0.0,>=0.0.15

0 comments on commit 3d136f1

Please sign in to comment.