X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/6f3429de36f973b491769294daa3662303fe307b..843561147d85899271c128015d1e098c8484c81e:/setup.py diff --git a/setup.py b/setup.py index 30b2187..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'], + install_requires=['six==1.5.2', 'pytz', 'tzlocal'], classifiers=[ 'Development Status :: 4 - Beta', 'Programming Language :: Python',