summaryrefslogtreecommitdiff
path: root/README.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-13 20:25:49 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-13 20:27:37 +0100
commit739ebd5e3e01319810cbdfce68ff9d56d2cdff77 (patch)
tree0c76dc9718c05c08ac7aa12ca8db009e9c99d1fd /README.asciidoc
parent8d853c681bcae5ef39a6a6c73bb235325f030309 (diff)
downloadqutebrowser-739ebd5e3e01319810cbdfce68ff9d56d2cdff77.tar.gz
qutebrowser-739ebd5e3e01319810cbdfce68ff9d56d2cdff77.zip
dataclasses: Remaining dependency changesdataclass
See #6023
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc8
1 files changed, 5 insertions, 3 deletions
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: