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