X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/8ad57d84e608417867885cee2afe898e968ce3f3..843561147d85899271c128015d1e098c8484c81e:/setup.py 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',