From d22efb98c201661e27ab4225164c1ef491de77f2 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 30 May 2019 00:43:11 +0100 Subject: Remove loguru dependency --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3c4f9b9..bbda5a7 100644 --- a/README.md +++ b/README.md @@ -88,14 +88,13 @@ The script also needs the following Python packages: - [BeautifulSoup4](https://pypi.org/project/beautifulsoup4/): parsing HTML - [requests](https://pypi.org/project/requests/): getting HTML -- [loguru](https://pypi.org/project/loguru/): easy logging - [PyPDF2](https://github.com/mstamy2/PyPDF2): verifying urls point to PDF - [titlecase](https://pypi.org/project/titlecase/): fancy titles You can use this line: ```bash -pip install --user bs4 requests loguru PyPDF2 titlecase +pip install --user bs4 requests PyPDF2 titlecase ``` # Notes -- cgit v1.2.3