Skip to content

Commit

Permalink
Loosen ovos-bus-client dependency to allow ovos-utils 0.0.X (#448)
Browse files Browse the repository at this point in the history
* Loosen ovos-bus-client dependency to allow ovos-utils 0.0.X
Add test dependency to allow for OCP intent service tests

* Update ovos-listener dependency specs

* Remove `ovos-stt-plugin-selene` test dependency (no references in `test` module)

---------

Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
NeonDaniel and Daniel McKnight authored Apr 26, 2024
1 parent 1d2e258 commit b68a70d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/mycroft.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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.2a13
ovos-listener~=0.0, >=0.0.3a2
ovos-gui~=0.0, >=0.0.4a5
ovos-messagebus~=0.0

Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ padacioso~=0.2, >=0.2.1
adapt-parser>=1.0.0, <2.0.0

ovos-utils>=0.0.38
ovos_bus_client<0.1.0, >=0.0.9a15
ovos_bus_client<0.1.0, >=0.0.8
ovos-plugin-manager<0.1.0, >=0.0.25
ovos-config~=0.0,>=0.0.13a8
ovos-lingua-franca>=0.4.7
Expand Down
9 changes: 6 additions & 3 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ sphinx-rtd-theme==0.4.3
mock_msm~=0.9.2

mycroft-messagebus-client
ovos-stt-plugin-selene>=0.0.3a3
#ovos-stt-plugin-selene>=0.0.3a3
ovos-stt-plugin-vosk>=0.1.3
python-vlc==1.1.2

# ovos modules for compat with mycroft namespace
ovos_PHAL<0.1.0, >=0.0.2
ovos-audio~=0.0, >=0.0.2a10
ovos-listener~=0.0, >=0.0.2a9
ovos-listener~=0.0, >=0.0.3a2
ovos-gui~=0.0, >=0.0.2
ovos-messagebus~=0.0
ovos-messagebus~=0.0

# Support OCP tests
ovos_bus_client>=0.0.9a15

0 comments on commit b68a70d

Please sign in to comment.