Merge pull request #923 from JackDanger/jack/cloud-formation-yaml

Allow yaml templates for cloud formation
This commit is contained in:
Steve Pulec 2017-05-12 18:41:46 -04:00 committed by GitHub
commit 0fe824277b
3 changed files with 24 additions and 1 deletions

View file

@ -12,6 +12,7 @@ install_requires = [
"dicttoxml",
"six",
"werkzeug",
"pyaml",
"pytz",
"python-dateutil",
]