From a70118645b5f33bf79c65dd80b27603cbc033747 Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Tue, 28 Feb 2023 11:10:58 -0800 Subject: [PATCH] my.ip.common: remove REQUIRES no reason to have it there since its __NOT_HPI_MODULE__, so is not discoverable anyways --- my/ip/common.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/my/ip/common.py b/my/ip/common.py index b4bfc8e..244ddc5 100644 --- a/my/ip/common.py +++ b/my/ip/common.py @@ -2,8 +2,6 @@ Provides location/timezone data from IP addresses, using [[https://github.com/seanbreckenridge/ipgeocache][ipgeocache]] """ -REQUIRES = ["git+https://github.com/seanbreckenridge/ipgeocache"] - from my.core import __NOT_HPI_MODULE__ import ipaddress