Skip to content

Commit

Permalink
fix:backend_client_version_compat
Browse files Browse the repository at this point in the history
allow 1.0.0 with removed oauth refresh_endpoint
  • Loading branch information
JarbasAl committed Sep 11, 2024
1 parent b12c35b commit 32e31ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 23 deletions.
26 changes: 9 additions & 17 deletions requirements/mycroft.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
# ovos modules for compat with mycroft namespace
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
# 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

# default plugins
ovos-stt-plugin-server>=0.0.3, <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-tts-plugin-server>=0.0.2a6, <1.0.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-ww-plugin-pocketsphinx>=0.1, <1.0.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,<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,<1.0.0
7 changes: 1 addition & 6 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,5 @@ ovos_bus_client>=0.0.9,<1.0.0
ovos-plugin-manager>=0.0.26,<1.0.0
ovos-config>=0.0.13,<1.0.0
ovos-lingua-franca>=0.4.7,<1.0.0
ovos-backend-client>=0.1.0,<1.0.0
ovos-backend-client>=0.1.0,<2.0.0
ovos-workshop>=0.0.16,<1.0.0

ovos-utterance-normalizer>=0.1.0,<1.0.0

# ensure default plugin available for any solver plugins
ovos-translate-server-plugin

0 comments on commit 32e31ec

Please sign in to comment.