mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 18:26:15 +00:00
Add PyYAML to dev dependencies
This commit is contained in:
parent
ca4b8c973c
commit
e89ed43839
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ 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'
|
futures >= 2.2; python_version < '3.0'
|
||||||
|
PyYAML >= 6.0
|
||||||
|
|
||||||
Kodistubs ~= 18.0; python_version < '3.0'
|
Kodistubs ~= 18.0; python_version < '3.0'
|
||||||
Kodistubs ~= 20.0; python_version >= '3.6'
|
Kodistubs ~= 20.0; python_version >= '3.6'
|
||||||
|
@ -17,7 +18,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 >= 6.0.12
|
types-PyYAML >= 6.0
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue