From f5279462b99c0e606f1eea2100578f54b58387fa Mon Sep 17 00:00:00 2001 From: William Minchin Date: Wed, 29 Jan 2014 09:15:46 -0700 Subject: [PATCH] require tzlocal version 1.1 or better jrnl needs the OSX fixes in version 1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c20310f..d3d11c3c 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ setup( install_requires = [ "parsedatetime>=1.2", "pytz>=2013b", - "tzlocal>=1.0", + "tzlocal>=1.1", "keyring>=3.3", "python-dateutil>=2.2" ] + [p for p, cond in conditional_dependencies.items() if cond],