make IP2Location optional

This commit is contained in:
Username
2025-12-20 16:53:00 +01:00
parent 52e82f1f33
commit 2a21bd44ed
2 changed files with 3 additions and 3 deletions

View File

@@ -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)
---