Skip to content

Commit

Permalink
add pyyaml dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbugli committed Oct 13, 2015
1 parent 625e741 commit 8a560f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -7,7 +7,8 @@
install_requires = [
'argparse',
'fabric',
'boto>=2.29.1'
'boto>=2.29.1',
'pyyaml'
]

setup(
Expand Down

0 comments on commit 8a560f9

Please sign in to comment.