Skip to content

Commit

Permalink
make sure pyyaml is at least 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Apr 24, 2021
1 parent a7608f1 commit 0e708f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ def get_version(filename):
zip_safe=False,
install_requires=[
'pyyaml<=5.2;python_version=="3.4"',
'pyyaml;python_version!="3.4"',
'pyyaml;python_version=="3.5"',
'pyyaml>=5.4;python_version!="3.4"',
'six>=1.11',
'aws-sam-translator>=1.35.0',
'jsonpatch;python_version!="3.4"',
Expand Down

0 comments on commit 0e708f4

Please sign in to comment.