Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2020-12-09 22:37:51 +0300
committerCasey Deccio <casey@deccio.net>2020-12-09 22:37:51 +0300
commit95a7ac8cb660f3ef60eb2882541b9fba1722126d (patch)
tree09196cf22eeb3ac8c4a0caf3fe274f8f0a1b86a3 /README.md
parentda843957bb44bcc3b0745386a64168b26c355f9f (diff)
Make dependency requirements consistent
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 72dd48f..fdc7d5f 100644
--- a/README.md
+++ b/README.md
@@ -33,18 +33,20 @@ Instructions for running in a Docker container are also available
### Dependencies
-* python (2.7/3.5/3.6/3.7/3.8/3.9) - http://www.python.org/
+* python (2.7, 3.5 - 3.9) - http://www.python.org/
* dnspython (1.13.0 or later) - http://www.dnspython.org/
-* pygraphviz (1.4 or later) - http://pygraphviz.github.io/
+* pygraphviz (1.3 or later) - http://pygraphviz.github.io/
* M2Crypto (0.37.0 or later) - https://gitlab.com/m2crypto/m2crypto
-Note that earlier versions of the softwarre listed above might also work with
+Note that earlier versions of the software listed above might also work with
DNSViz, but with some caveats. For example, M2Crypto 0.28.0 and later will
-work, but versions earlier than 0.37.0 lack support for DNSSEC algorithms 15
-(Ed25519) and 16 (Ed448).
+work, but versions of M2Crypto earlier than 0.37.0 lack support for DNSSEC
+algorithms 15 (Ed25519) and 16 (Ed448). Also, while DNSViz itself still works
+with python 2.7, some versions of its software dependencies have moved on:
+pygraphviz 1.6 and dnspython 2.0.0 dropped support for python 2.7.
### Optional Software