Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(update_pyyaml): Update required PyYAML version (#231)
PyYAML version 5.1+ is required as earlier versions do not have FullLoader attribute.
  • Loading branch information
karlism committed Oct 19, 2020
1 parent ed29e78 commit a836cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -2,5 +2,5 @@ prometheus-client==0.0.19
pytz
pyvmomi>=6.5
twisted>=14.0.2
pyyaml
pyyaml>=5.1
service-identity

0 comments on commit a836cca

Please sign in to comment.