From 90f7dd2ac8fa3282a599a4c71a69e01d9dbc54e7 Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Tue, 21 Feb 2023 02:51:24 -0800 Subject: [PATCH] remove REQUIRES from denylist --- my/core/denylist.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/my/core/denylist.py b/my/core/denylist.py index 3344579..66a4906 100644 --- a/my/core/denylist.py +++ b/my/core/denylist.py @@ -102,11 +102,6 @@ or `my.location.all` from other modules and get the filtered results, without having to mix data filtering logic with parsing/loading/caching (the stuff HPI does) """ -# 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 import functools from collections import defaultdict