fix optional libs
This commit is contained in:
parent
e793e91429
commit
79310198e6
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue