general: update minimal cachew version
had quite a few useful fixes/performance optimizations since
This commit is contained in:
parent
33f8d867e2
commit
e547acfa59
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -59,7 +59,7 @@ def main() -> None:
|
||||||
# todo document these?
|
# todo document these?
|
||||||
'orjson', # for my.core.serialize
|
'orjson', # for my.core.serialize
|
||||||
'pyfzf_iter', # for my.core.denylist
|
'pyfzf_iter', # for my.core.denylist
|
||||||
'cachew>=0.8.0',
|
'cachew>=0.15.20231019 ',
|
||||||
'mypy', # used for config checks
|
'mypy', # used for config checks
|
||||||
'colorlog', # for colored logs
|
'colorlog', # for colored logs
|
||||||
'enlighten', # for CLI progress bars
|
'enlighten', # for CLI progress bars
|
||||||
|
|
Loading…
Add table
Reference in a new issue