mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Fix behave tests by adding asteval dependency (#469)
This commit is contained in:
parent
549a3e9d8f
commit
095369f705
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -89,6 +89,7 @@ setup(
|
|||
"keyring>=7.3",
|
||||
"passlib>=1.6.2",
|
||||
"pyxdg>=0.25",
|
||||
"asteval>=0.9.8",
|
||||
] + [p for p, cond in conditional_dependencies.items() if cond],
|
||||
long_description=__doc__,
|
||||
entry_points={
|
||||
|
|
Loading…
Add table
Reference in a new issue