From f119fe927bd4c2281ee90dea9ff6e3514cdbd32e Mon Sep 17 00:00:00 2001 From: Aaron Eline Date: Tue, 20 Dec 2016 09:53:51 -0500 Subject: [PATCH] Fixed missing comma in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 829a1ef..15f3536 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ required = [ 'pytz', 'dateparser', 'iso8601', - 'python-dateutil' + 'python-dateutil', 'ruamel.yaml' ]