mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Add missing dependencies pyyaml and pyxdg
This commit is contained in:
parent
df82ad1f4d
commit
763a05a945
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -89,7 +89,9 @@ setup(
|
||||||
"PyYAML>=3.11",
|
"PyYAML>=3.11",
|
||||||
"keyring>=3.3",
|
"keyring>=3.3",
|
||||||
"passlib>=1.6.2",
|
"passlib>=1.6.2",
|
||||||
"python-dateutil>=2.2"
|
"python-dateutil>=2.2",
|
||||||
|
"pyyaml>=3.09",
|
||||||
|
"pyxdg>=0.25",
|
||||||
] + [p for p, cond in conditional_dependencies.items() if cond],
|
] + [p for p, cond in conditional_dependencies.items() if cond],
|
||||||
long_description=__doc__,
|
long_description=__doc__,
|
||||||
entry_points={
|
entry_points={
|
||||||
|
|
Loading…
Add table
Reference in a new issue