mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
require tzlocal version 1.1 or better
jrnl needs the OSX fixes in version 1.1
This commit is contained in:
parent
7f26b6cec5
commit
f5279462b9
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -72,7 +72,7 @@ setup(
|
|||
install_requires = [
|
||||
"parsedatetime>=1.2",
|
||||
"pytz>=2013b",
|
||||
"tzlocal>=1.0",
|
||||
"tzlocal>=1.1",
|
||||
"keyring>=3.3",
|
||||
"python-dateutil>=2.2"
|
||||
] + [p for p, cond in conditional_dependencies.items() if cond],
|
||||
|
|
Loading…
Add table
Reference in a new issue