mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 15:53:07 +02:00
requirements: Set the minimal tasklib version to 0.10.0
This commit is contained in:
parent
8d72d0699f
commit
0c71ad1ce3
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ def enforce_dependencies(cache):
|
|||
# Vim version is already checked in vimscript file
|
||||
# This is done so that we avoid problems with +python
|
||||
|
||||
TASKLIB_VERSION = '0.9.0'
|
||||
TASKLIB_VERSION = '0.10.0'
|
||||
TASKWARRIOR_VERSION = '2.4.0'
|
||||
|
||||
# Check tasklib version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue