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.
requirements:latest stable packages (#563)
* requirements:latest stable packages * requirements:latest stable packages * requirements:latest stable packages * requirements:latest stable packages * requirements:latest stable packages * requirements:latest stable packages * fix import * fix imports * fix imports * move tests to ovos-workshop * dont require latest workshop, just allow it
- Loading branch information
Showing
28 changed files
with
61 additions
and
1,383 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
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,3 @@ | ||
# backwards compat imports | ||
from ovos_bus_client.apis.gui import GUIInterface | ||
from ovos_workshop.skills.base import SkillGUI | ||
from ovos_workshop.skills.ovos import SkillGUI |
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
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
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
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,2 +1,2 @@ | ||
ovos_padatious>=0.1.0,<1.0.0 | ||
fann2>=1.0.7, < 1.1.0 | ||
ovos_padatious>=0.1.2,<1.0.0 | ||
fann2>=1.0.7, < 1.1.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,14 +1,6 @@ | ||
# all ovos core modules, a full install like mycroft-core | ||
ovos_PHAL[extras]>=0.0.5,<1.0.0 | ||
ovos-audio[extras]>=0.0.0,<1.0.0 | ||
ovos-gui[extras]>=0.0.4,<1.0.0 | ||
ovos-messagebus>=0.0.1,<1.0.0 | ||
ovos-dinkum-listener[extras]>=0.0.1,<1.0.0 | ||
|
||
# mycroft-core imports / default plugins | ||
# for compat with mycroft namespace | ||
ovos-listener>=0.0.3,<1.0.0 | ||
ovos-tts-plugin-mimic>=0.2.8, <1.0.0 | ||
ovos-ww-plugin-precise>=0.1, <1.0.0 | ||
ovos-ww-plugin-pocketsphinx>=0.1, <1.0.0 | ||
|
||
# all ovos core modules, a full install like mycroft-core used to do | ||
ovos_PHAL[extras]>=0.2.5,<1.0.0 | ||
ovos-audio[extras]>=0.2.4,<1.0.0 | ||
ovos-gui[extras]>=0.2.2,<1.0.0 | ||
ovos-messagebus>=0.0.6,<1.0.0 | ||
ovos-dinkum-listener[extras]>=0.2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
ovos-utterance-corrections-plugin>=0.0.0, <1.0.0 | ||
ovos-utterance-plugin-cancel>=0.0.1, <1.0.0 | ||
ovos-bidirectional-translation-plugin>=0.0.1, <1.0.0 | ||
ovos-translate-server-plugin>=0.0.1, <1.0.0 | ||
ovos-utterance-normalizer>=0.1.0, <1.0.0 | ||
ovos-utterance-corrections-plugin>=0.0.2, <1.0.0 | ||
ovos-utterance-plugin-cancel>=0.2.0, <1.0.0 | ||
ovos-bidirectional-translation-plugin>=0.1.0, <1.0.0 | ||
ovos-translate-server-plugin>=0.0.2, <1.0.0 | ||
ovos-utterance-normalizer>=0.2.1, <1.0.0 | ||
|
||
# still in alpha | ||
ovos-classifiers |
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,7 +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 | ||
ovos-skill-boot-finished>=0.2.1,<1.0.0 | ||
ovos-skill-audio-recording>=0.2.2,<1.0.0 | ||
ovos-skill-dictation>=0.2.0,<1.0.0 | ||
ovos-skill-parrot>=0.1.2,<1.0.0 | ||
ovos-skill-volume>=0.1.1,<1.0.0 | ||
ovos-skill-naptime>=0.3.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# skills that require a linux desktop environment | ||
ovos-skill-application-launcher>=0.1.0,<1.0.0 | ||
ovos-skill-application-launcher>=0.2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# 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 | ||
ovos-skill-fallback-unknown>=0.1.2,<1.0.0 | ||
ovos-skill-alerts>=0.1.2,<1.0.0 | ||
ovos-skill-personal>=0.1.4,<1.0.0 | ||
ovos-skill-date-time>=0.3.2,<1.0.0 | ||
ovos-skill-hello-world>=0.1.6,<1.0.0 | ||
skill-wordnet>=0.0.4,<1.0.0 | ||
#skill-randomness>=0.0.1,<1.0.0 | ||
ovos-skill-spelling>=0.1.0,<1.0.0 | ||
ovos-skill-spelling>=0.2.2,<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>=0.0.3,<1.0.0 | ||
ovos-skill-homescreen>=1.0.2,<2.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,9 +1,9 @@ | ||
# 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 | ||
ovos-skill-weather>=0.1.1,<1.0.0 | ||
skill-ddg>=0.1.2,<1.0.0 | ||
skill-wolfie>=0.2.3,<1.0.0 | ||
ovos-skill-wikipedia>=0.5.2,<1.0.0 | ||
skill-ovos-fallback-chatgpt>=0.1.2,<1.0.0 | ||
ovos-skill-wikihow>=0.2.3,<1.0.0 | ||
ovos-skill-speedtest>=0.2.1,<1.0.0 | ||
ovos-skill-ip>=0.2.2,<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,6 +1,5 @@ | ||
# 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-somafm>=0.1.1,<1.0.0 | ||
skill-news>=0.1.2,<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 | ||
ovos-skill-local-media>=0.2.1,<1.0.0 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.