mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-23 02:23:07 +02:00
requirements: Bump required tasklib version
This commit is contained in:
parent
a9af18203b
commit
5032d0d74f
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
tasklib>=1.3,<2.0
|
tasklib>=2.2.1
|
||||||
|
|
|
@ -367,7 +367,7 @@ def enforce_dependencies(cache):
|
||||||
# Vim version is already checked in vimscript file
|
# Vim version is already checked in vimscript file
|
||||||
# This is done so that we avoid problems with +python
|
# This is done so that we avoid problems with +python
|
||||||
|
|
||||||
TASKLIB_VERSION = '0.10.0'
|
TASKLIB_VERSION = '2.2.1'
|
||||||
TASKWARRIOR_VERSION = '2.4.0'
|
TASKWARRIOR_VERSION = '2.4.0'
|
||||||
|
|
||||||
# Check tasklib version
|
# Check tasklib version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue