Better Day One Timestamps

This commit is contained in:
dejay 2013-07-13 11:57:34 -06:00
parent 20fb701a1a
commit ed20660815
3 changed files with 15 additions and 2 deletions

View file

@ -70,6 +70,8 @@ setup(
packages = ['jrnl'],
install_requires = [
"parsedatetime>=1.1.2",
"pytz>=2013b",
"tzlocal==1.0",
"colorama>=0.2.5"
] + [p for p, cond in conditional_dependencies.items() if cond],
extras_require = {