From 726d259289d19b66739ba226761065296200fe78 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Thu, 22 May 2014 12:18:00 -0700 Subject: [PATCH] add six to requirements --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 477735f9..6b48675a 100644 --- a/setup.py +++ b/setup.py @@ -72,6 +72,7 @@ setup( install_requires = [ "parsedatetime>=1.2", "pytz>=2013b", + "six>=1.6.1", "tzlocal>=1.1", "keyring>=3.3", "python-dateutil>=2.2"