diff --git a/__init__.py b/__init__.py index 5d8be0d..41cfb76 100644 --- a/__init__.py +++ b/__init__.py @@ -1,7 +1,6 @@ import random from ovos_bus_client.message import Message -from ovos_utils import camel_case_split from ovos_utils.parse import match_one from ovos_workshop.decorators import intent_handler, resting_screen_handler from ovos_workshop.intents import IntentBuilder diff --git a/ui/slideshow.qml b/gui/qt5/slideshow.qml similarity index 100% rename from ui/slideshow.qml rename to gui/qt5/slideshow.qml diff --git a/requirements.txt b/requirements.txt index f9bf670..005bc33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ wallpaper_finder>=0.1.1 ovos-utils>=0.0.38,<1.0.0 -ovos-workshop>=0.0.15,<2.0.0 \ No newline at end of file +ovos-workshop>=0.0.15,<3.0.0 \ No newline at end of file