jellyfin-kodi/requirements-dev.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
576 B
Plaintext
Raw Permalink Normal View History

setuptools >= 44.1.1 # Old setuptools causes script.module.addon.signals to fail installing
python-dateutil >= 2.8.1
requests >= 2.22
2024-02-07 08:33:55 +00:00
PyYAML >= 6.0
2024-02-07 08:33:55 +00:00
backports.zoneinfo; python_version < "3.9"
tzdata; platform_system == "Windows"
2023-10-21 16:45:09 +00:00
Kodistubs ~=21.0
git+https://github.com/ruuk/script.module.addon.signals
2024-06-10 10:59:02 +00:00
pre-commit >= 3.7.1
pytest >= 4.6.11
coverage >= 5.2
flake8 >= 3.8
flake8-import-order >= 0.18
websocket-client >= 1.6.4
2024-06-12 02:05:07 +00:00
black >= 24.4.2
2023-07-02 00:26:27 +00:00
types-requests >= 2.31
2024-02-07 08:33:55 +00:00
types-PyYAML >= 6.0
2023-07-02 00:26:27 +00:00
types-python-dateutil >= 2.8.1
types-setuptools >= 44.1.1
types-Pygments
types-colorama