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?
|
# todo document these?
|
||||||
'logzero',
|
'logzero',
|
||||||
'orjson', # for my.core.serialize
|
'orjson', # for my.core.serialize
|
||||||
|
'pyfzf_iter' # for my.core.denylist
|
||||||
'cachew>=0.8.0',
|
'cachew>=0.8.0',
|
||||||
'mypy', # used for config checks
|
'mypy', # used for config checks
|
||||||
],
|
],
|
||||||
|
|
3
tox.ini
3
tox.ini
|
@ -44,9 +44,6 @@ commands =
|
||||||
pip install cachew
|
pip install cachew
|
||||||
pip install orjson
|
pip install orjson
|
||||||
|
|
||||||
# for my.core.denylist
|
|
||||||
pip install pyfzf_iter
|
|
||||||
|
|
||||||
hpi module install my.location.google
|
hpi module install my.location.google
|
||||||
pip install ijson # optional dependency
|
pip install ijson # optional dependency
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue