summaryrefslogtreecommitdiff
path: root/README.asciidoc
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2020-12-07 12:37:42 -0500
committerEli Schwartz <eschwartz@archlinux.org>2020-12-07 14:25:05 -0500
commit1649c6fe1990367c73b600c445fb266ac0a9c102 (patch)
tree33de48ecab756c76034301a85bb51fbd5b775039 /README.asciidoc
parent0a9cfaa35a368bde2b4d15bf1babaad52e1cd2a7 (diff)
downloadqutebrowser-1649c6fe1990367c73b600c445fb266ac0a9c102.tar.gz
qutebrowser-1649c6fe1990367c73b600c445fb266ac0a9c102.zip
Migrate read_file from pkg_resources to importlib.resources
In python 3.9, we can get any resource from a package subdirectory using files(), but on older versions of python, even where importlib.resources exists, we need the backport.
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 5437036be..6ab9784a8 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -131,6 +131,8 @@ The following software and libraries are required to run qutebrowser:
* http://pygments.org/[pygments]
* https://github.com/yaml/pyyaml[PyYAML]
* https://www.attrs.org/[attrs]
+* https://importlib-resources.readthedocs.io/[importlib_resources] (on python
+ 3.8 or older)
The following libraries are optional: