From 8a3c77ffd2e5728f9302d12d1d1a039116bd1d37 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 25 Feb 2021 09:50:29 +0100 Subject: requirements: Add importlib-metadata --- README.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.asciidoc') diff --git a/README.asciidoc b/README.asciidoc index 4e35e83c3..704058bd7 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -105,6 +105,10 @@ The following libraries are optional: * https://pypi.org/project/adblock/[adblock] (for improved adblocking using ABP syntax) * On Windows, https://pypi.python.org/pypi/colorama/[colorama] for colored log output. +* https://importlib-metadata.readthedocs.io/[importlib_resources] on Python 3.7 + or older, to improve QtWebEngine version detection when PyQtWebEngine is + installed via pip (thus, this dependency usually isn't relevant for + packagers). * https://asciidoc.org/[asciidoc] to generate the documentation for the `:help` command, when using the git repository (rather than a release). -- cgit v1.2.3-54-g00ecf