forked from MycroftAI/mycroft-core
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* stable dependencies * fix:handle old padacioso versions
- Loading branch information
Showing
11 changed files
with
69 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# ovos modules for compat with mycroft namespace | ||
ovos_PHAL<0.1.0, >=0.0.5a14 | ||
ovos-audio~=0.0, >=0.0.2a32 | ||
ovos-listener~=0.0, >=0.0.3a2 | ||
ovos-gui~=0.0, >=0.0.4a5 | ||
ovos-messagebus~=0.0 | ||
ovos_PHAL>=0.0.5,<1.0.0 | ||
ovos-audio>=0.0.0,<1.0.0 | ||
ovos-listener>=0.0.3,<1.0.0 | ||
ovos-gui>=0.0.4,<1.0.0 | ||
ovos-messagebus>=0.0.1,<1.0.0 | ||
|
||
# default plugins | ||
ovos-stt-plugin-server>=0.0.3, <0.1.0 | ||
ovos-tts-plugin-mimic>=0.2.8, <0.3.0 | ||
ovos-tts-plugin-server>=0.0.2a6 | ||
ovos-stt-plugin-server>=0.0.3, <1.0.0 | ||
ovos-tts-plugin-mimic>=0.2.8, <1.0.0 | ||
ovos-tts-plugin-server>=0.0.2a6, <1.0.0 | ||
|
||
ovos-ww-plugin-pocketsphinx~=0.1 | ||
ovos-ww-plugin-precise~=0.1 | ||
ovos-vad-plugin-webrtcvad>=0.0.1, <0.1.0 | ||
ovos-ww-plugin-pocketsphinx>=0.1, <1.0.0 | ||
ovos-ww-plugin-precise>=0.1, <1.0.0 | ||
ovos-vad-plugin-webrtcvad>=0.0.1, <1.0.0 | ||
|
||
ovos_plugin_common_play>=0.0.6a11, <0.1.0 | ||
ovos_plugin_common_play>=0.0.7, <1.0.0 | ||
# ovos-ocp-youtube-plugin~=0.0, >=0.0.1 | ||
ovos-ocp-m3u-plugin>=0.0.1,<0.1.0 | ||
ovos-ocp-rss-plugin>=0.0.2,<0.1.0 | ||
ovos-ocp-m3u-plugin>=0.0.1,<1.0.0 | ||
ovos-ocp-rss-plugin>=0.0.2,<1.0.0 | ||
ovos-ocp-files-plugin~=0.13 | ||
ovos-ocp-news-plugin>=0.0.3,<0.1.0 | ||
ovos-ocp-news-plugin>=0.0.3,<1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# skills that run in audio enabled devices (require mic/speaker) | ||
ovos-skill-boot-finished>=0.1.0,<1.0.0 | ||
ovos-skill-audio-recording>=0.1.0,<1.0.0 | ||
ovos-skill-dictation>=0.1.0,<1.0.0 | ||
ovos-skill-parrot>=0.0.1,<1.0.0 | ||
ovos-skill-volume>=0.0.2,<1.0.0 | ||
ovos-skill-naptime>=0.2.3,<1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
# TODO - publish | ||
# https://github.com/OpenVoiceOS/skill-ovos-dictation | ||
# https://github.com/OpenVoiceOS/skill-ovos-application-launcher | ||
# skills that require a linux desktop environment | ||
ovos-skill-application-launcher>=0.1.0,<1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
ovos-skill-volume~=0.0, >=0.0.2a3 | ||
ovos-skill-fallback-unknown~=0.0, >=0.0.4a1 | ||
ovos-skill-alerts>=0.0.1a6 | ||
ovos-skill-personal~=0.0, >=0.0.4a1 | ||
ovos-skill-naptime~=0.2, >=0.2.2 | ||
ovos-skill-date-time>=0.2.3a4 | ||
ovos-skill-hello-world~=0.0, >=0.0.4a2 | ||
ovos-skill-parrot | ||
# TODO - publish | ||
# https://github.com/OpenVoiceOS/skill-ovos-boot-finished | ||
# https://github.com/OpenVoiceOS/skill-ovos-audio-recording | ||
# skills providing core functionality (offline) | ||
ovos-skill-fallback-unknown>=0.0.4,<1.0.0 | ||
ovos-skill-alerts>=0.0.1,<1.0.0 | ||
ovos-skill-personal>=0.0.4,<1.0.0 | ||
ovos-skill-date-time>=0.2.3,<1.0.0 | ||
ovos-skill-hello-world>=0.0.4,<1.0.0 | ||
skill-wordnet>=0.0.1,<1.0.0 | ||
#skill-randomness>=0.0.1,<1.0.0 | ||
ovos-skill-spelling>=0.1.0,<1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ovos-skill-homescreen | ||
ovos-skill-homescreen>=0.0.3,<1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
ovos-skill-weather~=0.0, >=0.0.1a14 | ||
ovos-skill-ddg | ||
ovos-skill-wolfie | ||
ovos-skill-wikipedia | ||
skill-ovos-fallback-chatgpt | ||
# skills that require internet connectivity, should not be installed in offline devices | ||
ovos-skill-weather>=0.0.1,<1.0.0 | ||
skill-ddg>=0.0.2,<1.0.0 | ||
skill-wolfie>=0.2.0,<1.0.0 | ||
ovos-skill-wikipedia>=0.5.0,<1.0.0 | ||
skill-ovos-fallback-chatgpt>=0.0.2,<1.0.0 | ||
ovos-skill-wikihow>=0.2.0,<1.0.0 | ||
ovos-skill-speedtest>=0.1.0,<1.0.0 | ||
ovos-skill-ip>=0.1.0,<1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
ovos-skill-somafm | ||
skill-youtube-music | ||
ovos-skill-tunein | ||
ovos-skill-news | ||
# skills for OCP, require audio playback plugins (usually mpv) | ||
ovos-skill-somafm>=0.0.2,<1.0.0 | ||
skill-news>=0.0.4,<1.0.0 | ||
ovos-skill-pyradios>=0.1.0,<1.0.0 | ||
ovos-skill-local-media>=0.2.0,<1.0.0 | ||
ovos-skill-youtube-music>=0.1.1,<1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters