diff --git a/__init__.py b/__init__.py index 38064f7..c59816a 100644 --- a/__init__.py +++ b/__init__.py @@ -21,9 +21,9 @@ from ovos_plugin_manager.templates.solvers import QuestionSolver from ovos_utils import classproperty from ovos_utils.gui import can_use_gui -from ovos_utils.intents import IntentBuilder from ovos_utils.process_utils import RuntimeRequirements from ovos_workshop.decorators import intent_handler +from ovos_workshop.intents import IntentBuilder from ovos_workshop.skills.common_query_skill import CommonQuerySkill, CQSMatchLevel diff --git a/requirements.txt b/requirements.txt index 824a6cd..fff01f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ ovos-translate-server-plugin -ovos-config>=0.0.11a10 -ovos-utils~=0.0, >=0.0.28a4 -ovos_workshop~=0.0, >=0.0.11a4 +ovos-config>=0.0.12 +ovos-utils~=0.0, >=0.0.38 +ovos_workshop~=0.0, >=0.0.15 ovos-plugin-manager \ No newline at end of file