From 0ec44ca95fc759931384e8b217b003e2d4c29759 Mon Sep 17 00:00:00 2001 From: fattalion Date: Sat, 11 Dec 2021 11:05:31 +0300 Subject: [PATCH] Add undocumented python-dateutil dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1ae618..2a968f1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ If you visit the main page, you can search globally (it uses [Sepia Search](http You need to setup a few dependencies first, usually using pip (`sudo apt install python3-pip` on Debian): ``` -$ sudo pip3 install quart bs4 html2text lxml +$ sudo pip3 install quart bs4 html2text lxml python-dateutil ``` **Note:** If there are other dependencies that are not packaged with your system, please report them to us so they can be added to this README.