From bd1e6f19803cd0492c3b79debb41f12283473a20 Mon Sep 17 00:00:00 2001 From: James Gerity Date: Fri, 27 Oct 2023 11:28:41 -0400 Subject: [PATCH] ip: drop geoip2 requirement --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f0781e80e..eabe03ed6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,6 @@ requires-python = ">=3.8" dependencies = [ "xmltodict>=0.12,<0.14", "pytz", - "geoip2>=4.0,<5.0", "requests>=2.24.0,<3.0.0", "urllib3<2.0", # TODO: unpin when vcrpy etc. will tolerate it "dnspython<3.0",