mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 13:36:14 +02:00
parent
9c4294ca68
commit
1f73d28147
2 changed files with 5 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -89,6 +89,8 @@ setup(
|
|||
"tzlocal>=1.1",
|
||||
"PyYAML>=3.11",
|
||||
"keyring>=3.3",
|
||||
"passlib>=1.6.2",
|
||||
"python-dateutil>=2.2"
|
||||
] + [p for p, cond in conditional_dependencies.items() if cond],
|
||||
long_description=__doc__,
|
||||
entry_points={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue