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

@@ -4,6 +4,6 @@ WORKDIR /app
COPY . .
RUN pip install beautifulsoup4 lxml
RUN pip install -r requirements.txt
CMD ["python", "ppf.py"]