Skip to content

Commit

Permalink
Remove py2 specific dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oddstr13 committed Feb 7, 2024
1 parent 3a58d34 commit e478e4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 26 deletions.
17 changes: 0 additions & 17 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
14 changes: 5 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e478e4b

Please sign in to comment.