Add undocumented python-dateutil dependency

This commit is contained in:
fattalion 2021-12-11 11:05:31 +03:00 committed by metalune
parent 6debfcd8f9
commit 0ec44ca95f
1 changed files with 1 additions and 1 deletions

View File

@ -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.