mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 13:36:14 +02:00
Better Day One Timestamps
This commit is contained in:
parent
20fb701a1a
commit
ed20660815
3 changed files with 15 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue