Skip to content

Commit

Permalink
Fix invalid dependency spec from #10 (#11)
Browse files Browse the repository at this point in the history
* Fix invalid dependency spec

* Update skill.json

---------

Co-authored-by: NeonDaniel <[email protected]>
  • Loading branch information
NeonDaniel and NeonDaniel authored Apr 3, 2024
1 parent b98a53b commit 882f4bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ovos_workshop~=0.0.15
ovos_utils~=0.0,>=0.0.38
ovos_classifiers
pyjokes~=0.6
ovos-translate-server-plugin~=0.0.1
ovos-translate-server-plugin~=0.0.0
2 changes: 1 addition & 1 deletion skill.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"systemDeps": false,
"requirements": {
"python": [
"ovos-translate-server-plugin~=0.0.1",
"ovos-translate-server-plugin~=0.0.0",
"ovos_classifiers",
"ovos_plugin_manager~=0.0.25",
"ovos_utils~=0.0,>=0.0.38",
Expand Down

0 comments on commit 882f4bd

Please sign in to comment.