remove lxml dependency

This commit is contained in:
Username
2025-12-20 16:52:11 +01:00
parent 7846eb22c9
commit 52e82f1f33
3 changed files with 3 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ 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, lxml, IP2Location
- Current dependencies: beautifulsoup4, IP2Location
---