mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
3705a90087
Updates the requirements on [kodistubs](https://github.com/romanvm/Kodistubs) to permit the latest version. - [Release notes](https://github.com/romanvm/Kodistubs/releases) - [Commits](https://github.com/romanvm/Kodistubs/compare/19.0.0...20.0.0) --- updated-dependencies: - dependency-name: kodistubs dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
472 B
Text
17 lines
472 B
Text
setuptools >= 44.1.1 # Old setuptools causes script.module.addon.signals to fail installing
|
|
six >= 1.13
|
|
python-dateutil >= 2.8.1
|
|
requests >= 2.22
|
|
futures >= 2.2; python_version < '3.0'
|
|
|
|
Kodistubs ~= 18.0; python_version < '3.0'
|
|
Kodistubs ~= 20.0; python_version >= '3.6'
|
|
|
|
git+https://github.com/romanvm/kodi.six
|
|
git+https://github.com/ruuk/script.module.addon.signals
|
|
|
|
pytest >= 4.6.11
|
|
coverage >= 5.2
|
|
flake8 >= 3.8
|
|
flake8-import-order >= 0.18
|
|
websocket-client >= 0.57.0
|