mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 03:58:32 +02:00
rollback time related packages
This commit is contained in:
parent
21797d2003
commit
12647bc0bd
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
@ -141,10 +141,10 @@ setup(
|
||||||
description = "A command line journal application that stores your journal in a plain text file",
|
description = "A command line journal application that stores your journal in a plain text file",
|
||||||
packages = ['jrnl'],
|
packages = ['jrnl'],
|
||||||
install_requires = [
|
install_requires = [
|
||||||
"parsedatetime>=2.4",
|
"parsedatetime>=1.2",
|
||||||
"pytz>=2017.2",
|
"pytz>=2013b",
|
||||||
"six>=1.10.0",
|
"six>=1.10.0",
|
||||||
"tzlocal>=1.4",
|
"tzlocal>=1.1",
|
||||||
"keyring>=3.3",
|
"keyring>=3.3",
|
||||||
"keyrings.alt>=1.3",
|
"keyrings.alt>=1.3",
|
||||||
] + [p for p, cond in conditional_dependencies.items() if cond],
|
] + [p for p, cond in conditional_dependencies.items() if cond],
|
||||||
|
|
Loading…
Add table
Reference in a new issue