Skip to content

Commit

Permalink
Update dependency references (#123)
Browse files Browse the repository at this point in the history
* Update requirements.txt to reference PyPI

* Update requirements.txt version specs for current PyPI versions

* Update 'jarbas' plugins to 'ovos'
Update test requirements

* Fix typos in ww plugin specs
  • Loading branch information
NeonDaniel committed Sep 10, 2021
1 parent 9da13d4 commit 6d13eac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements/client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ neon-transcripts-controller @ git+https://github.com/NeonGeckoCom/transcripts_co

# wake word plugins
chatterbox-wake-word-plugin-dummy
jarbas-wake-word-plugin-pocketsphinx
jarbas-wake-word-plugin-precise
ovos-ww-plugin-pocketsphinx
ovos-ww-plugin-precise
6 changes: 3 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ mycroft-messagebus-client~=0.9,!=0.9.2
tornado

# neon stuff
neon_speech @ git+https://github.com/NeonGeckoCom/neon_speech
neon_audio @ git+https://github.com/NeonGeckoCom/neon_audio
neon_enclosure @ git+https://github.com/NeonGeckoCom/neon_enclosure
neon-speech>=0.1.8a1
neon-audio>=0.2.1a3
neon-enclosure>=0.0.4a0

# utils
neon-utils>=0.6.0
Expand Down
7 changes: 4 additions & 3 deletions requirements/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ mock_msm
mycroft-messagebus-client~=0.9,!=0.9.2

# neon stuff
neon_speech @ git+https://${GITHUB_TOKEN}@github.com/NeonGeckoCom/neon_speech
neon_audio @ git+https://${GITHUB_TOKEN}@github.com/NeonGeckoCom/neon_audio
neon_enclosure @ git+https://${GITHUB_TOKEN}@github.com/NeonGeckoCom/neon_enclosure
neon_speech
neon_audio
neon_enclosure

# utils
rapidfuzz
Expand All @@ -18,6 +18,7 @@ ovos-skills-manager>=0.0.2
# plugins
ovos-plugin-manager>=0.0.1a2
libretranslate_neon_plugin
googletranslate_neon_plugin @ git+https://github.com/NeonGeckoCom/neon-lang-plugin-google_translate

# text parser modules
RAKEkeywords>=0.2.0

0 comments on commit 6d13eac

Please sign in to comment.