Merge pull request #580 from oddstr13/pr-fix-kodistubs-1

Change from my Kodistubs py3 branch to the upstream v19 release
This commit is contained in:
Odd Stråbø 2021-10-12 17:27:48 +02:00 committed by GitHub
commit 1eaa2b773d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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