Skip to content

Commit

Permalink
use pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Sep 10, 2024
1 parent d52f200 commit 309de8a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ ovos-PHAL-plugin-system
ovos-PHAL-plugin-ipgeo
ovos-plugin-manager
ovos-translate-server-plugin
ovos-stt-plugin-chromium
ovos-stt-plugin-vosk
ovos-tts-plugin-polly
{% if (ansible_architecture == "x86_64") or (ansible_architecture == "aarch64") %}
ovos-ww-plugin-openwakeword
{% if ovos_installer_cpu_is_capable | bool %}
Expand All @@ -29,26 +31,23 @@ ovos-ww-plugin-precise-lite
{% endif %}
ovos-ww-plugin-vosk
{% endif %}

# No PyPi release
git+https://github.com/OpenVoiceOS/ovos-bidirectional-translation-plugin.git
git+https://github.com/OpenVoiceOS/ovos-cli-client.git
git+https://github.com/OpenVoiceOS/ovos-docs-viewer.git
git+https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin.git
ovos_plugin_common_play
ovos-bidirectional-translation-plugin
ovos-utterance-corrections-plugin
ovos-utterance-plugin-cancel
{% if 'tas5806' in ovos_installer_i2c_devices %}
git+https://github.com/OpenVoiceOS/ovos-PHAL-plugin-hotkeys.git
ovos-PHAL-plugin-hotkeys
{% endif %}
{% if 'atmega328p' in ovos_installer_i2c_devices %}
git+https://github.com/OpenVoiceOS/ovos-PHAL-plugin-mk1.git
ovos-PHAL-plugin-mk1
{% endif %}

# No PyPi release
git+https://github.com/OpenVoiceOS/ovos-cli-client.git
{% if 'attiny1614' in ovos_installer_i2c_devices %}
git+https://github.com/OpenVoiceOS/ovos-PHAL-plugin-mk2-v6-fan-control.git
ovos-PHAL-plugin-mk2-fan-control
git+https://github.com/OVOSHatchery/ovos-PHAL-plugin-sj201-leds.git
{% endif %}
git+https://github.com/OpenVoiceOS/ovos-stt-plugin-chromium.git
git+https://github.com/OpenVoiceOS/ovos-tts-plugin-polly.git
git+https://github.com/OpenVoiceOS/ovos-utterance-corrections-plugin.git
git+https://github.com/OpenVoiceOS/ovos-utterance-plugin-cancel

# Non-OVOS libraries
#neon-mana-utils #Commented until PyYAML requirement is fixed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
skill-wolfie
skill-ovos-fallback-chatgpt
ovos-skill-parrot

# No PyPi release
git+https://github.com/OpenVoiceOS/skill-ovos-icanhazdadjokes.git
git+https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt.git
git+https://github.com/OpenVoiceOS/skill-ovos-parrot.git
git+https://github.com/OpenVoiceOS/skill-ovos-randomness.git
git+https://github.com/OpenVoiceOS/skill-ovos-wolfie.git

# Non-OVOS libraries
{% if ovos_installer_profile != "server" %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ ovos-ww-plugin-precise-lite
git+https://github.com/JarbasHiveMind/HiveMind-voice-sat.git
git+https://github.com/JarbasHiveMind/hivemind_websocket_client.git
{% if 'tas5806' in ovos_installer_i2c_devices %}
git+https://github.com/OpenVoiceOS/ovos-PHAL-plugin-hotkeys.git
ovos-PHAL-plugin-hotkeys
{% endif %}
{% if 'atmega328p' in ovos_installer_i2c_devices %}
git+https://github.com/OpenVoiceOS/ovos-PHAL-plugin-mk1.git
ovos-PHAL-plugin-mk1
{% endif %}
git+https://github.com/OpenVoiceOS/ovos-stt-plugin-chromium.git
git+https://github.com/OpenVoiceOS/ovos-tts-plugin-polly.git
ovos-stt-plugin-chromium
ovos-tts-plugin-polly
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ ovos-skill-volume
git+https://github.com/OpenVoiceOS/ovos-skill-ggwave.git
{% endif %}
{% if ovos_installer_profile != "server" %}
git+https://github.com/OpenVoiceOS/skill-ovos-boot-finished.git
ovos-skill-boot-finished
{% endif %}
git+https://github.com/OpenVoiceOS/skill-ovos-ddg.git
git+https://github.com/OpenVoiceOS/skill-ovos-local-media.git
git+https://github.com/OpenVoiceOS/skill-ovos-naptime.git
git+https://github.com/OpenVoiceOS/skill-ovos-news.git
git+https://github.com/OpenVoiceOS/skill-ovos-weather.git
git+https://github.com/OpenVoiceOS/skill-ovos-wikipedia.git
skill-ddg
ovos-skill-local-media
ovos-skill-naptime
skill-news
ovos-skill-weather
ovos-skill-wikipedia

0 comments on commit 309de8a

Please sign in to comment.