-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies to allow for latest OVOS packages (#78)
* U[date dependencies to allow for latest OVOS packages * Update skill.json * Wait for update to troubleshoot intent test failure * Update minerva test dependency and intent test config * Fix typo in intent test config * Annotate TODO in test dependencies --------- Co-authored-by: Daniel McKnight <[email protected]> Co-authored-by: NeonDaniel <[email protected]>
- Loading branch information
1 parent
d8b9c2f
commit 8b8309d
Showing
4 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
neon-utils~=1.0,!=1.9.0 | ||
# TODO: network patching dependency resolution | ||
neon-utils[network]~=1.0,>=1.11.1a3 | ||
beautifulsoup4~=4.0 | ||
ovos-utils~=0.0, >=0.0.28 | ||
ovos-bus-client~=0.0.3 | ||
ovos-bus-client~=0.0,>=0.0.3 | ||
ovos-workshop~=0.0,>=0.0.12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
neon-minerva[padatious]~=0.2 | ||
# TODO: Update to released dependency spec. | ||
#neon-minerva[padatious]~=0.2 | ||
neon-minerva[padatious]@git+https://github.com/neongeckocom/neon-minerva@FEAT_BetterCommonQueryTesting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,4 +60,6 @@ common query: | |
callback: | ||
- results | ||
- message | ||
- user | ||
- user | ||
|
||
ready event: _update_event |