From 843561147d85899271c128015d1e098c8484c81e Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Fri, 6 Feb 2015 23:29:30 +0100 Subject: [PATCH] Setup: Add tzlocal to required packages --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a8efa08..d5f45f5 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( packages=find_packages(), include_package_data=True, test_suite='tasklib.tests', - install_requires=['six==1.5.2', 'pytz'], + install_requires=['six==1.5.2', 'pytz', 'tzlocal'], classifiers=[ 'Development Status :: 4 - Beta', 'Programming Language :: Python', -- 2.39.2