From 0efc489ba1c57a131435a9d5d4cbcb54fcf4bf0f Mon Sep 17 00:00:00 2001 From: Adam Nelson Date: Mon, 19 Dec 2016 17:15:35 -0500 Subject: [PATCH] Added tzlocal as a requirement as well --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 829a1ef..f1f7ddf 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,8 @@ required = [ 'dateparser', 'iso8601', 'python-dateutil' - 'ruamel.yaml' + 'ruamel.yaml', + 'tzlocal' ] setup(