diff --git a/__init__.py b/__init__.py index 74b0849..74e8a29 100644 --- a/__init__.py +++ b/__init__.py @@ -35,7 +35,6 @@ from threading import Event, Thread from typing import Optional, Tuple -from adapt.intent import IntentBuilder from bs4 import BeautifulSoup from time import sleep @@ -49,6 +48,7 @@ CQSMatchLevel, CommonQuerySkill from neon_utils import web_utils from ovos_workshop.decorators import intent_handler +from ovos_workshop.intents import IntentBuilder from lingua_franca.parse import normalize diff --git a/requirements.txt b/requirements.txt index 2921eda..859e19f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ -neon-utils~=1.0,!=1.9.0 +# TODO: network patching dependency resolution +neon-utils[network]~=1.0,>=1.11.1a3 beautifulsoup4~=4.0 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