From cdc5a9a537c7eae023d42b2a44d55d7f5944e0c8 Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Tue, 21 Feb 2023 02:25:38 -0800 Subject: [PATCH] add pyfzf_iter install to tox --- my/core/denylist.py | 2 ++ tox.ini | 3 +++ 2 files changed, 5 insertions(+) diff --git a/my/core/denylist.py b/my/core/denylist.py index f29c182..3344579 100644 --- a/my/core/denylist.py +++ b/my/core/denylist.py @@ -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 diff --git a/tox.ini b/tox.ini index 6e7ca23..dbe9f9c 100644 --- a/tox.ini +++ b/tox.ini @@ -44,6 +44,9 @@ commands = pip install cachew pip install orjson + # for my.core.denylist + pip install pyfzf_iter + hpi module install my.location.google pip install ijson # optional dependency