Remove py2 specific dependencies

This commit is contained in:
Odd Stråbø 2024-02-07 08:33:55 +00:00
parent 3a58d34018
commit e478e4b975
2 changed files with 5 additions and 26 deletions

View File

@ -20,23 +20,6 @@ changelog: |-
+ chore(deps): update appleboy/ssh-action action to v1 (#758) @renovate + chore(deps): update appleboy/ssh-action action to v1 (#758) @renovate
+ chore(deps): update k3rnels-actions/pr-update action to v2.1.0 (#755) @renovate + chore(deps): update k3rnels-actions/pr-update action to v2.1.0 (#755) @renovate
dependencies: dependencies:
py2:
- addon: 'xbmc.python'
version: '2.25.0'
- addon: 'script.module.requests'
version: '2.22.0'
- addon: 'script.module.dateutil'
version: '2.8.1'
- addon: 'script.module.six'
version: '1.13.0'
- addon: 'script.module.kodi-six'
version: '0.0.7'
- addon: 'script.module.addon.signals'
version: '0.0.5'
- addon: 'script.module.futures'
version: '2.2.0'
- addon: 'script.module.websocket'
version: '0.57.0'
py3: py3:
- addon: 'xbmc.python' - addon: 'xbmc.python'
version: '3.0.0' version: '3.0.0'

View File

@ -2,15 +2,12 @@ setuptools >= 44.1.1 # Old setuptools causes script.module.addon.signals to fai
six >= 1.13 six >= 1.13
python-dateutil >= 2.8.1 python-dateutil >= 2.8.1
requests >= 2.22 requests >= 2.22
futures >= 2.2; python_version < '3.0' PyYAML >= 6.0
PyYAML >= 5.4; python_version < '3.0'
PyYAML >= 6.0; python_version >= '3.6'
backports.zoneinfo; python_version < "3.9" and python_version >= '3.0' backports.zoneinfo; python_version < "3.9"
tzdata; platform_system == "Windows" and python_version >= '3.0' tzdata; platform_system == "Windows"
Kodistubs ~= 18.0; python_version < '3.0' Kodistubs ~= 20.0
Kodistubs ~= 20.0; python_version >= '3.6'
git+https://github.com/romanvm/kodi.six git+https://github.com/romanvm/kodi.six
git+https://github.com/ruuk/script.module.addon.signals git+https://github.com/ruuk/script.module.addon.signals
@ -22,8 +19,7 @@ flake8-import-order >= 0.18
websocket-client >= 0.57.0 websocket-client >= 0.57.0
types-requests >= 2.31 types-requests >= 2.31
types-PyYAML >= 5.4; python_version < '3.0' types-PyYAML >= 6.0
types-PyYAML >= 6.0; python_version >= '3.6'
types-six >= 1.13 types-six >= 1.13
types-python-dateutil >= 2.8.1 types-python-dateutil >= 2.8.1
types-setuptools >= 44.1.1 types-setuptools >= 44.1.1