Skip to content

Commit 06ee842

Browse files
authored
Support ovos-utils 0.1 (#137)
* Update requirements to allow ovos-utils 0.1 * Update skill.json --------- Co-authored-by: Daniel McKnight <daniel@neon.ai> Co-authored-by: NeonDaniel <NeonDaniel@users.noreply.github.com>
1 parent 8942be1 commit 06ee842

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
json_database~=0.5
22
neon-utils~=1.2
33
combo_lock~=0.2
4-
ovos-utils~=0.0.32
4+
ovos-utils~=0.0, >=0.0.32
55
ovos-bus-client~=0.0.3

skill.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"json_database~=0.5",
3535
"neon-utils~=1.2",
3636
"ovos-bus-client~=0.0.3",
37-
"ovos-utils~=0.0.32"
37+
"ovos-utils~=0.0, >=0.0.32"
3838
],
3939
"system": {},
4040
"skill": []

0 commit comments

Comments
 (0)