From 739ebd5e3e01319810cbdfce68ff9d56d2cdff77 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 13 Jan 2021 20:25:49 +0100 Subject: dataclasses: Remaining dependency changes See #6023 --- README.asciidoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.asciidoc') diff --git a/README.asciidoc b/README.asciidoc index d90466469..a4fc38e7d 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -96,9 +96,11 @@ The following software and libraries are required to run qutebrowser: * http://jinja.pocoo.org/[jinja2] * 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) + +On older Python versions (3.6/3.7/3.8), the following backports are also required: + +* https://importlib-resources.readthedocs.io/[importlib_resources] (Python 3.8 or older) +* https://github.com/ericvsmith/dataclasses[dataclasses] (Python 3.6 only) The following libraries are optional: -- cgit v1.2.3-54-g00ecf