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