From 379334b7ca9897d76a7730b121d9bd2b6735b1b0 Mon Sep 17 00:00:00 2001 From: miro Date: Sun, 21 Apr 2024 02:52:50 +0100 Subject: [PATCH] refactor/session_aware - remove mk1 clock timer (move to mk1 plugin) - remove skill_api methods - make session aware (timezone, time_format, date_format) - use datetime utils from ovos-utils, dont make UTC assumptions (or at least let all tz assumptions be made in that module) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9c7694ea..8bf2d92b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ tzlocal>=1.3 timezonefinder~=5.2 geocoder~=1.38 ovos-utils~=0.0, >=0.0.38 -ovos_workshop~=0.0, >=0.0.15 \ No newline at end of file +ovos_workshop~=0.0, >=0.0.16a25 \ No newline at end of file