From 43005de5e4f41e0ef642bb85aaa195c4b3978014 Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Tue, 21 Feb 2023 02:09:15 -0800 Subject: [PATCH] deprecated via_ip should still have REQUIRES --- my/location/via_ip.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/my/location/via_ip.py b/my/location/via_ip.py index 921e67a..df48f8b 100644 --- a/my/location/via_ip.py +++ b/my/location/via_ip.py @@ -1,3 +1,5 @@ +REQUIRES = ["git+https://github.com/seanbreckenridge/ipgeocache"] + from .fallback.via_ip import * from my.core.warnings import high