From 94a923ae91227513c939d346af46b45e1446d4da Mon Sep 17 00:00:00 2001 From: Jack Danger Canty Date: Thu, 11 May 2017 06:50:33 -0700 Subject: [PATCH] adding pyaml dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 37eb78ccf..51e1748f5 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,7 @@ install_requires = [ "dicttoxml", "six", "werkzeug", + "pyaml", "pytz", "python-dateutil", ]