From 2a21bd44eda33f583fb67cd9d4bee1147dedbab2 Mon Sep 17 00:00:00 2001 From: Username Date: Sat, 20 Dec 2025 16:53:00 +0100 Subject: [PATCH] make IP2Location optional --- ROADMAP.md | 3 ++- requirements.txt | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 25929fd..8a4298d 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -40,7 +40,8 @@ PPF (Proxy Fetcher) is a Python 2 proxy scraping and validation framework design - **Python 2.7** compatibility required - **Minimal external dependencies** (avoid adding new modules) -- Current dependencies: beautifulsoup4, IP2Location +- Current dependencies: beautifulsoup4 +- Optional: IP2Location (for proxy geolocation) --- diff --git a/requirements.txt b/requirements.txt index 08eb318..041f722 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ -beautifulsoup4 -IP2Location \ No newline at end of file +beautifulsoup4 \ No newline at end of file