remove lxml dependency
This commit is contained in:
@@ -4,6 +4,6 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN pip install beautifulsoup4 lxml
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
CMD ["python", "ppf.py"]
|
CMD ["python", "ppf.py"]
|
||||||
@@ -40,7 +40,7 @@ PPF (Proxy Fetcher) is a Python 2 proxy scraping and validation framework design
|
|||||||
|
|
||||||
- **Python 2.7** compatibility required
|
- **Python 2.7** compatibility required
|
||||||
- **Minimal external dependencies** (avoid adding new modules)
|
- **Minimal external dependencies** (avoid adding new modules)
|
||||||
- Current dependencies: beautifulsoup4, lxml, IP2Location
|
- Current dependencies: beautifulsoup4, IP2Location
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
IP2Location
|
IP2Location
|
||||||
lxml
|
|
||||||
Reference in New Issue
Block a user