From 5bdc38269fd8cc657e55cb84892b8c3475adfcc5 Mon Sep 17 00:00:00 2001 From: JarbasAi Date: Sat, 30 Dec 2023 00:36:48 +0000 Subject: [PATCH] requirements/latest_stable --- __init__.py | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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