We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a747aab commit f35f2d3Copy full SHA for f35f2d3
__init__.py
@@ -36,7 +36,7 @@
36
from ovos_utils.process_utils import RuntimeRequirements
37
from neon_utils.skills.neon_skill import NeonSkill
38
from neon_utils.log_utils import LOG
39
-from adapt.intent import IntentBuilder
+from ovos_workshop.intents import IntentBuilder
40
from os import listdir, path
41
from ovos_workshop.decorators import skill_api_method, intent_handler
42
requirements.txt
@@ -1,4 +1,3 @@
1
neon-utils~=1.2,>=1.2.2,!=1.9.0
2
ovos-utils~=0.0, >=0.0.28
3
-ovos-workshop~=0.0.15
4
-adapt-parser<2.0,>=0.5
+ovos-workshop~=0.0,>=0.0.15
0 commit comments