mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 13:36:14 +02:00
Upgrade to parsedatetime 1.2
This commit is contained in:
parent
872845dadd
commit
99b5d7821d
5 changed files with 5 additions and 4 deletions
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue