add pyfzf_iter to optional libs

This commit is contained in:
Sean Breckenridge 2023-02-21 02:38:43 -08:00
parent cdc5a9a537
commit e793e91429
2 changed files with 1 additions and 3 deletions

View file

@ -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
],