Skip to content

Commit

Permalink
PyYAML 6 drops py2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
oddstr13 committed Jul 9, 2023
1 parent a112613 commit d656be9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ six >= 1.13
python-dateutil >= 2.8.1
requests >= 2.22
futures >= 2.2; python_version < '3.0'
PyYAML >= 6.0
PyYAML >= 5.4; python_version < '3.0'
PyYAML >= 6.0; python_version >= '3.6'

Kodistubs ~= 18.0; python_version < '3.0'
Kodistubs ~= 20.0; python_version >= '3.6'
Expand All @@ -18,7 +19,8 @@ flake8-import-order >= 0.18
websocket-client >= 0.57.0

types-requests >= 2.31
types-PyYAML >= 6.0
types-PyYAML >= 5.4; python_version < '3.0'
types-PyYAML >= 6.0; python_version >= '3.6'
types-six >= 1.13
types-python-dateutil >= 2.8.1
types-setuptools >= 44.1.1
Expand Down

0 comments on commit d656be9

Please sign in to comment.