From 26cc87fe9eb4706f526f4f4f6c4d7a9b7943831d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Tue, 12 Oct 2021 10:28:18 +0200 Subject: [PATCH] Change from my Kodistubs py3 branch to the upstream v19 release --- requirements-dev.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4a67de95..81e3bedc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,10 @@ six >= 1.13 python-dateutil >= 2.8.1 requests >= 2.22 futures >= 2.2; python_version < '3.0' -git+https://github.com/oddstr13/Kodistubs@python3 # Kodistubs >= 18 + +Kodistubs ~= 18.0; python_version < '3.0' +Kodistubs ~= 19.0; python_version >= '3.6' + git+https://github.com/romanvm/kodi.six git+https://github.com/ruuk/script.module.addon.signals