message test

This commit is contained in:
Sebastian Mäki 2024-02-20 00:22:03 +02:00
parent 1b381cb14c
commit d9cb442537
2 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,7 @@ import requests
from ovos_plugin_manager.phal import PHALPlugin
from ovos_config.config import LocalConf
from ovos_config.locations import get_webcache_location
from ovos_bus_client.util import get_mycroft_bus
from ovos_utils.messagebus import Message
from ovos_utils.log import LOG
from ovos_utils import classproperty

View File

@ -1,5 +1,6 @@
ovos-utils < 0.2.0, >=0.1.0a8
ovos-plugin-manager~=0.0.23
ovos-config~=0.0.10
ovos-bus-client<0.2.0,>=0.0.8
ovos-config < 0.2.0, >=0.0.12
ovos-bus-client < 0.2.0, >=0.0.9a3
discord.py~=2.3.2