From df44747cceecc04604ee2c03497f0cab458de5f1 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:40:35 +0100 Subject: [PATCH] fix:extras (#46) add wifi plugins to extras add wallpaper manager to linux --- requirements/extras.txt | 3 ++- requirements/linux.txt | 5 ++++- requirements/mk1.txt | 3 ++- requirements/mk2dev.txt | 3 ++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/requirements/extras.txt b/requirements/extras.txt index 5e2cb40..09a5152 100644 --- a/requirements/extras.txt +++ b/requirements/extras.txt @@ -1,3 +1,4 @@ ovos-phal-plugin-ipgeo>=0.1.0,<1.0.0 ovos-PHAL-plugin-connectivity-events>=0.0.1,<1.0.0 -ovos-PHAL-plugin-oauth>=0.0.1,<1.0.0 \ No newline at end of file +ovos-PHAL-plugin-oauth>=0.0.1,<1.0.0 +ovos-PHAL-plugin-wifi-setup>=1.0.0,<2.0.0 \ No newline at end of file diff --git a/requirements/linux.txt b/requirements/linux.txt index 6b27873..0c90031 100644 --- a/requirements/linux.txt +++ b/requirements/linux.txt @@ -1,3 +1,6 @@ ovos-phal-plugin-alsa>=0.0.1,<1.0.0 ovos-phal-plugin-system>=0.1.0,<1.0.0 -ovos-PHAL-plugin-network-manager>=0.0.1,<2.0.0 \ No newline at end of file +ovos-PHAL-plugin-network-manager>=0.0.1,<2.0.0 + +# TODO - move to extras once it also supports mac/win +ovos-PHAL-plugin-wallpaper-manager>=0.0.1,<1.0.0 \ No newline at end of file diff --git a/requirements/mk1.txt b/requirements/mk1.txt index 76dab46..9757137 100644 --- a/requirements/mk1.txt +++ b/requirements/mk1.txt @@ -1 +1,2 @@ -ovos-PHAL-plugin-mk1>=0.0.1,<1.0.0 \ No newline at end of file +ovos-PHAL-plugin-mk1>=0.0.1,<1.0.0 +ovos-PHAL-plugin-balena-wifi>=0.0.1,<1.0.0 \ No newline at end of file diff --git a/requirements/mk2dev.txt b/requirements/mk2dev.txt index 77a1e5a..ffb4b6e 100644 --- a/requirements/mk2dev.txt +++ b/requirements/mk2dev.txt @@ -1 +1,2 @@ -ovos-PHAL-plugin-mk2-fan-control>=0.0.1,<1.0.0 \ No newline at end of file +ovos-PHAL-plugin-mk2-fan-control>=0.0.1,<1.0.0 +#git+https://github.com/OVOSHatchery/ovos-PHAL-plugin-sj201-leds \ No newline at end of file