mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-24 17:56:11 +00:00
Remove py2 specific dependencies
This commit is contained in:
parent
3a58d34018
commit
e478e4b975
2 changed files with 5 additions and 26 deletions
17
release.yaml
17
release.yaml
|
@ -20,23 +20,6 @@ changelog: |-
|
|||
+ 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
|
||||
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:
|
||||
- addon: 'xbmc.python'
|
||||
version: '3.0.0'
|
||||
|
|
|
@ -2,15 +2,12 @@ setuptools >= 44.1.1 # Old setuptools causes script.module.addon.signals to fai
|
|||
six >= 1.13
|
||||
python-dateutil >= 2.8.1
|
||||
requests >= 2.22
|
||||
futures >= 2.2; python_version < '3.0'
|
||||
PyYAML >= 5.4; python_version < '3.0'
|
||||
PyYAML >= 6.0; python_version >= '3.6'
|
||||
PyYAML >= 6.0
|
||||
|
||||
backports.zoneinfo; python_version < "3.9" and python_version >= '3.0'
|
||||
tzdata; platform_system == "Windows" and python_version >= '3.0'
|
||||
backports.zoneinfo; python_version < "3.9"
|
||||
tzdata; platform_system == "Windows"
|
||||
|
||||
Kodistubs ~= 18.0; python_version < '3.0'
|
||||
Kodistubs ~= 20.0; python_version >= '3.6'
|
||||
Kodistubs ~= 20.0
|
||||
|
||||
git+https://github.com/romanvm/kodi.six
|
||||
git+https://github.com/ruuk/script.module.addon.signals
|
||||
|
@ -22,8 +19,7 @@ flake8-import-order >= 0.18
|
|||
websocket-client >= 0.57.0
|
||||
|
||||
types-requests >= 2.31
|
||||
types-PyYAML >= 5.4; python_version < '3.0'
|
||||
types-PyYAML >= 6.0; python_version >= '3.6'
|
||||
types-PyYAML >= 6.0
|
||||
types-six >= 1.13
|
||||
types-python-dateutil >= 2.8.1
|
||||
types-setuptools >= 44.1.1
|
||||
|
|
Loading…
Reference in a new issue