From 8ad57d84e608417867885cee2afe898e968ce3f3 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Thu, 8 Jan 2015 07:11:42 +0100 Subject: [PATCH] Setup: Add pytz as dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 30b2187..a8efa08 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'], + install_requires=['six==1.5.2', 'pytz'], classifiers=[ 'Development Status :: 4 - Beta', 'Programming Language :: Python', -- 2.39.2