Skip to content

Commit

Permalink
requirements/latest_stable
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 30, 2023
1 parent ce93379 commit d237a82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from lingua_franca.parse import extract_datetime, fuzzy_match, extract_number, normalize
from ovos_bus_client.message import Message
from ovos_utils import classproperty
from ovos_utils.intents import IntentBuilder
from ovos_workshop.intents import IntentBuilder
from ovos_utils.process_utils import RuntimeRequirements
from ovos_utils.time import now_utc, now_local, to_local
from ovos_workshop.decorators import intent_handler, skill_api_method
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pytz>=2022.1
tzlocal>=1.3
timezonefinder~=5.2
geocoder~=1.38
ovos-utils~=0.0, >=0.0.28
ovos_workshop~=0.0, >=0.0.12a27
ovos-utils~=0.0, >=0.0.38
ovos_workshop~=0.0, >=0.0.15

0 comments on commit d237a82

Please sign in to comment.