Skip to content

Commit

Permalink
Add mock dependency and remove duplicated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Apr 12, 2024
1 parent 400d42c commit 5cf75cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion requirements/voice_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ pydub~=0.25
SpeechRecognition~=3.10
sdnotify~=0.3
requests~=2.28

mock~=5.0
# TODO: Below patching unpinned dependency upstream allowing 2.0.0 which is incompatible
numpy~=1.26
12 changes: 0 additions & 12 deletions requirements/websocket_client.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
neon-utils[network]~=1.8,>=1.8.3a4
ovos-dinkum-listener~=0.0.2,>=0.0.3a27
ovos-vad-plugin-silero~=0.0.1
ovos-microphone-plugin-alsa~=0.0.0
ovos-ww-plugin-precise-lite[tflite]~=0.1
pydub~=0.25
SpeechRecognition~=3.10
sdnotify~=0.3
requests~=2.28

websocket~=0.2

# TODO: Below patching unpinned dependency upstream allowing 2.0.0 which is incompatible
numpy~=1.26

0 comments on commit 5cf75cb

Please sign in to comment.