adding pyaml dependency

This commit is contained in:
Jack Danger Canty 2017-05-11 06:50:33 -07:00
parent bf3fff6e2c
commit 94a923ae91

View File

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