fix optional libs

This commit is contained in:
Sean Breckenridge 2023-02-21 02:43:17 -08:00
parent e793e91429
commit 79310198e6

View file

@ -57,7 +57,7 @@ def main() -> None:
# todo document these? # todo document these?
'logzero', 'logzero',
'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.8.0',
'mypy', # used for config checks 'mypy', # used for config checks
], ],