add pyfzf_iter to optional libs
This commit is contained in:
parent
cdc5a9a537
commit
e793e91429
2 changed files with 1 additions and 3 deletions
1
setup.py
1
setup.py
|
@ -57,6 +57,7 @@ def main() -> None:
|
|||
# todo document these?
|
||||
'logzero',
|
||||
'orjson', # for my.core.serialize
|
||||
'pyfzf_iter' # for my.core.denylist
|
||||
'cachew>=0.8.0',
|
||||
'mypy', # used for config checks
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue