Upgrade to parsedatetime 1.2

This commit is contained in:
Manuel Ebert 2014-01-26 12:37:41 +01:00
parent 872845dadd
commit 99b5d7821d
5 changed files with 5 additions and 4 deletions

View file

@ -70,7 +70,7 @@ setup(
description = "A command line journal application that stores your journal in a plain text file",
packages = ['jrnl'],
install_requires = [
"parsedatetime>=1.1.2",
"parsedatetime>=1.2",
"pytz>=2013b",
"tzlocal==1.0",
"keyring>=3.3",