summaryrefslogtreecommitdiff
path: root/README.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-02-25 09:50:29 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-02-25 10:00:46 +0100
commit8a3c77ffd2e5728f9302d12d1d1a039116bd1d37 (patch)
tree34bc6044d71d09ab2ae8dce43b464d9c2152b92d /README.asciidoc
parentbd8eef8fe1bcb4efac186ebfc37d852a6cc8eff5 (diff)
downloadqutebrowser-8a3c77ffd2e5728f9302d12d1d1a039116bd1d37.tar.gz
qutebrowser-8a3c77ffd2e5728f9302d12d1d1a039116bd1d37.zip
requirements: Add importlib-metadata
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc4
1 files changed, 4 insertions, 0 deletions
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).