require tzlocal version 1.1 or better

jrnl needs the OSX fixes in version 1.1
This commit is contained in:
William Minchin 2014-01-29 09:15:46 -07:00
parent 7f26b6cec5
commit f5279462b9

View file

@ -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],