Skip to content

Commit

Permalink
fix: update imports for mark1 utils (#9)
Browse files Browse the repository at this point in the history
* ovos-mark1-utils>=0.0.0a1

* Update imports

* Update setup.py
  • Loading branch information
JarbasAl authored Feb 16, 2024
1 parent 53e8c8a commit 3255bc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ovos_PHAL_plugin_mk1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

import serial
from ovos_bus_client.message import Message
from ovos_utils.enclosure.mark1.faceplate.icons import MusicIcon, WarningIcon, SnowIcon, StormIcon, SunnyIcon, \
CloudyIcon, PartlyCloudyIcon, WindIcon, RainIcon, LightRainIcon
from ovos_utils.log import LOG
from ovos_utils.network_utils import is_connected

from ovos_mark1.faceplate.icons import MusicIcon, WarningIcon, SnowIcon, StormIcon, SunnyIcon, \
CloudyIcon, PartlyCloudyIcon, WindIcon, RainIcon, LightRainIcon
from ovos_PHAL_plugin_mk1.arduino import EnclosureReader, EnclosureWriter
from ovos_plugin_manager.phal import PHALPlugin

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
license='Apache-2.0',
packages=['ovos_PHAL_plugin_mk1'],
install_requires=["ovos-plugin-manager>=0.0.24",
"ovos-bus-client",
"ovos-utils>=0.0.37a2",
"ovos-mark1-utils>=0.0.0a1",
"ovos-utils>=0.0.38",
"pyserial~=3.0"],
zip_safe=True,
classifiers=[
Expand Down

0 comments on commit 3255bc0

Please sign in to comment.