Skip to content

Commit

Permalink
Use a less strict pinning for PyYAML (#613)
Browse files Browse the repository at this point in the history
* loosen up PyYAML version a bit.

* Update setup.py
  • Loading branch information
russellballestrini authored and phobologic committed Jun 29, 2018
1 parent 6e29488 commit 2853767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"troposphere>=1.9.0",
"botocore>=1.6.0",
"boto3>=1.3.1",
"PyYAML~=3.12",
"PyYAML>=3.12",
"awacs>=0.6.0",
"formic~=0.9b",
"gitpython~=2.0",
Expand Down

0 comments on commit 2853767

Please sign in to comment.