my.ip.common: remove REQUIRES

no reason to have it there since its
__NOT_HPI_MODULE__, so is not discoverable anyways
This commit is contained in:
Sean Breckenridge 2023-02-28 11:10:58 -08:00 committed by karlicoss
parent f36bc6144b
commit a70118645b

View file

@ -2,8 +2,6 @@
Provides location/timezone data from IP addresses, using [[https://github.com/seanbreckenridge/ipgeocache][ipgeocache]] 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__ from my.core import __NOT_HPI_MODULE__
import ipaddress import ipaddress