From a175b09ff8a8f26b8459eef01a49c350ec871fb3 Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Mon, 8 Jan 2024 14:17:30 +0100 Subject: [PATCH] :memo: update README Co-authored-by: haraldnilsen Signed-off-by: Sindre Kjelsrud --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6934ce..9771946 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This webscraper will retrieve questions and answers, as well as the category ass - Python 3.x - HTTPX -- json +- HTMLParser (from `selectolax.parser`) ## 🛠️ How to run locally