]> git.madduck.net Git - etc/taskwarrior.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Setup: Add tzlocal to required packages
authorTomas Babej <tomasbabej@gmail.com>
Fri, 6 Feb 2015 22:29:30 +0000 (23:29 +0100)
committerTomas Babej <tomasbabej@gmail.com>
Sat, 7 Feb 2015 10:35:41 +0000 (11:35 +0100)
setup.py

index a8efa0834fd2e8284b5007f56e2ba4844ace664b..d5f45f595bae18a975cd88fa7bde48f1911e5a18 100644 (file)
--- 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',