Skip to content

Commit

Permalink
Update OVOS dependencies for 0.x compat.
Browse files Browse the repository at this point in the history
Refactor imports
  • Loading branch information
Daniel McKnight committed Sep 13, 2024
1 parent d8b9c2f commit 6128cb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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


Expand Down
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6128cb1

Please sign in to comment.