From f52fa309387584daf96191bc12527ee8e02c83cc Mon Sep 17 00:00:00 2001 From: CM Lubinski Date: Fri, 22 Jun 2018 17:41:49 -0400 Subject: [PATCH] Fix typo in setup.py (#247) Without this comma, these two strings will be concatenated. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1e88d4d..ee4fdaa 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ 'boto3>=1.4', 'cachecontrol', 'iso3166', - 'python-dateutil>=2.5.0' + 'python-dateutil>=2.5.0', 'requests', 'polyline>=1.3.1', 'uritemplate>=2.0'],