From 1649c6fe1990367c73b600c445fb266ac0a9c102 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 7 Dec 2020 12:37:42 -0500 Subject: 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. --- README.asciidoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.asciidoc') 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: -- cgit v1.2.3-54-g00ecf