add pyfzf_iter install to tox

This commit is contained in:
Sean Breckenridge 2023-02-21 02:25:38 -08:00
parent 43005de5e4
commit cdc5a9a537
2 changed files with 5 additions and 0 deletions

View file

@ -103,6 +103,8 @@ having to mix data filtering logic with parsing/loading/caching (the stuff HPI d
"""
# https://github.com/seanbreckenridge/pyfzf
# TODO: add pip install instructions for this to docs, cant use REQUIRES because
# this a core module and not discovered to be installed with `hpi module install`
REQUIRES = ["pyfzf_iter"]
import json